OCFS2 Tools 1.2.3 が公開されてた

[Ocfs2-tools-announce] OCFS2 Tools 1.2.3 released

ある意味、OCFS2 1.2.3-1 or 1.2.3-2 を 1.2.4-2 にするよりも、OCFS2 Tools 1.2.2-1以前から 1.2.3-1にすることは推奨。
http://oss.oracle.com/el4/SRPMS-updates/ocfs2-tools-1.2.3-1.src.rpm は 27-Feb-2007 17:23 からあったみたい。( http://oss.oracle.com/el4/SRPMS-updates/ocfs2-2.6.9-42.0.10.0.1.EL-1.2.4-2.src.rpm 配置の約4時間後 )

ocfs2-tools Subversion repository Revision Log の2006年10月25日の Revision 1263 (つまり[Ocfs2-tools-announce] OCFS2 Tools 1.2.2 released後 )以降、oss.oracle.com Bug Tracking Systemにある変更点は以下 3つ。

Revision: 1290
Author: taoma
Date: 10:42:30, 2007年2月9日
Message:
Add the mechanism of bitmap scan in fsck.ocfs2.

When the bg_free_bits_count of a group descriptor is corrupted, fsck can't
fix it now because of the simple check. ct met with this problem. See
http://oss.oracle.com/bugzilla/show_bug.cgi?id=841.

So now fsck.ocfs2 wil scan the bitmap, find the count of real free bits,
compare and fix the bg_free_bits_count stored in the group descriptor.
This bug should be fixed.

Signed-off-by:mfasheh

      • -

Modified : /trunk/fsck.ocfs2/pass0.c

(ただし、You are not authorized to access bug #841. To see this bug, you must first log in to an account with the appropriate permissions. )

Revision: 1308
Author: taoma
Date: 17:54:46, 2007年2月23日
Message:
Fix the wrong value of i_last_eb_blk when doing fsck.ocfs2.

For more details, see
http://oss.oracle.com/bugzilla/show_bug.cgi?id=849

Signed-off-by: mfasheh

      • -

Modified : /trunk/libocfs2/extents.c

Revision: 1311
Author: taoma
Date: 11:59:32, 2007年2月25日
Message:
Fix the bug: A normal link file is regarded as error when running fsck.ocfs2

For more detail, see
http://oss.oracle.com/bugzilla/show_bug.cgi?id=848

Signed-off-by: mfasheh
Signed-off-by: zab

      • -

Modified : /trunk/fsck.ocfs2/pass1.c

Project Source Control: OCFS2 - oss.oracle.com を参考に

svn checkout http://oss.oracle.com/projects/ocfs2-tools/src/trunk/ 

をやっときゃわかる話だけど。