Project News: OCFS2 Tools

[ Project Home  |  News  |  Downloads  |  Docs  |  Mailing Lists  |  Source Control  |  Issues ]

 

2006.10.20: OCFS2 Tools 1.2.2

 

OCFS2 Tools 1.2.2 released.

 

SUMMARY

 

  • tunefs.ocfs2: Volume offline resize (growth)
  • tunefs.ocfs2: Regenerate volume uuid
  • debugfs.ocfs2: Commands bmap, findpath, ncheck and decode added
  • fsck.ocfs2: Fixed bugs
  • o2cb.init: Configure allows user to set O2CB_HEARTBEAT_THRESHOLD
  • ocfs2.init: Ensures proper shutdown on RHEL4
  • o2cb_ctl: Fixed online add node bug

 

DETAIL
r1251 tunefs.ocfs2: Limit resize to UINT32_MAX blocks (JBD limit)
r1250 tunefs.ocfs2: Fixed segfault exposed by the strict compat flag check
r1244 tunefs.ocfs2: Patch adds an incompat flag during the tunefs resize
r1222 tunefs.ocfs2: tunefs.ocfs2 -U changes the uuid
r1220 tunefs.ocfs2: Error message cleanup
r1215 tunefs.ocfs2: FS grow feature added

 

r1248 debugfs.ocfs2: error message cleanup r1232 debugfs.ocfs2: Add bmap command r1214 debugfs.ocfs2: Shows max contig free bits in group descs r1200 debugfs.ocfs2: Allows single cmds to be issued using the -R parameter r1199 debugfs.ocfs2: logdump now detects group descriptor blocks r1191 debugfs.ocfs2: decode command shows the blocknum for a given lockname r1190 debugfs.ocfs2: hb command only shows values for used hb blocks r1189 debugfs.ocfs2: findpath and ncheck commands added

 

r1253 fsck.ocfs2: Ignore deleted direntry in pass2 r1252 fsck.ocfs2: Fix inode check code r1244 fsck.ocfs2: Fixes aborted resize operation r1240 fsck.ocfs2: Clean up the chain rec when releasing. r1237 fsck.ocfs2: Add break statement for unlink_group_desc. r1236 fsck.ocfs2: Fix bug during cluster bitmap check. r1235 fsck.ocfs2: Remove bad group descriptor from the chain. r1234 fsck.ocfs2: Fix chain corrupted total and free bits. r1233 fsck.ocfs2: simplify o2fsck_bitcount and fix it to cover all data.

 

r1247 libocfs2: Allows tools to perform strict checking on the compat flag r1230 libocfs2: Change the wrong bitmap number when releasing a blt r1229 libocfs2: Write the block information back to disk r1228 libocfs2: Add error handler in ocfs2_new_inode r1227 libocfs2: Add group when allocating a new extent block r1226 libocfs2: Add fs generation when creating a new extent block r1211 libocfs2: Add minimal support for the new file attributes field

 

r1245 libo2dlm: Fix return code in o2dlm_write_lvb() - Amagai Yoshiji

 

r1231 o2cb_ctl: Fix bug in online add node

 

r1225 ocfs2.init: Service does "touch /var/lock/subsys/ocfs2" to ensure shutdown on rhel4 r1219 o2cb.init: Added force-offline to o2cb init script. r1218 o2cb.init: Service allows users to explicitly set O2CB_HEARTBEAT_THRESHOLD

 

r1195 mount.ocfs2: Print a more helpful message on mount errors.

 

r1243 fswreck: Add corruption of inode, local alloc and truncate log. r1242 fswreck: Add group desc corruption. r1239 fswreck: Add chain corruption r1238 fswreck: Add extent corruption

 

r1259 ocfs2-tools: Freshen up the manpages r1258 ocfs2-tools: Fix build warnings r1257 ocfs2-tools: Disable default debug build r1256 ocfs2-tools: Fix for o2cb/ocfs2 services being deleted on upgrade r1246 ocfs2-tools: make clean removes test binaries too r1241 ocfs2-tools: configure.in checks for ncurses and readline

 

r1249 sizetest: cleanup