[Ocfs2-tools-commits] branch, no-ecc-checks, created. ocfs2-tools-1.4.0-542-g36560e5

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 20 10:24:39 PDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tools to manage the ocfs2 filesystem.".

The branch, no-ecc-checks has been created
        at  36560e5a18ecd3ec8383357092651c6988594a61 (commit)

- Log -----------------------------------------------------------------
commit 36560e5a18ecd3ec8383357092651c6988594a61
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Wed May 19 00:11:19 2010 -0700

    debugfs.ocfs2: Use OCFS2_FLAG_NO_ECC_CHECKS
    
    This isn't as easy as just using the flag to ignore the ecc. As part of
    regular debugging we would want to know the ecc as stored on disk, as well
    as the correct ecc. My solution is to print both in case of failure.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

commit 1b08d7defa49351000a4516093ede8d6e631752e
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Wed May 19 00:05:16 2010 -0700

    o2image: Use OCFS2_FLAG_NO_ECC_CHECKS
    
    As o2image is primarily a debugging tool, it should not abort on ecc errors.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

commit 1feea2d4feaa846560dea15534dd9858b8dbf811
Author: Mark Fasheh <mfasheh at suse.com>
Date:   Tue May 18 19:56:39 2010 -0700

    libocfs2: Add OCFS2_FLAG_NO_ECC_CHECKS flag
    
    Some programs (debugfs.ocfs2, o2image) will want to allow reading the file
    system even when metaecc information is incorrect.  This patch allows
    programs that don't want the automatic checks to turn them off via an
    ocfs2_open() flag, OCFS2_FLAG_NO_ECC_CHECKS.
    
    Signed-off-by: Mark Fasheh <mfasheh at suse.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list