From: kalpak Date: Tue, 28 Oct 2008 17:59:03 +0000 (+0000) Subject: b=16680 X-Git-Tag: GIT_EPOCH_B_RELEASE_1_6_7~2^3~136 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f1e739e5c01982600810887679efa3961e67c0cb;p=fs%2Flustre-release.git b=16680 i=adilger, kalpak (o=bzzz) Detect on-disk corruption of block bitmap and better checking of preallocated blocks. --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index ecce0d8..d3092b3 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -173,6 +173,13 @@ Description: More exported tunables for mballoc Details : Add support for tunable preallocation window and new tunables for large/small requests +Severity : normal +Bugzilla : 16680 +Description: Detect corruption of block bitmap and checking for preallocations +Details : Checks validity of on-disk block bitmap. Also it does better + checking of number of applied preallocations. When corruption is + found, it turns filesystem readonly to prevent further corruptions. + -------------------------------------------------------------------------- 2008-08-31 Sun Microsystems, Inc.