Whamcloud - gitweb
b=15932
authorkalpak <kalpak>
Fri, 13 Jun 2008 10:09:39 +0000 (10:09 +0000)
committerkalpak <kalpak>
Fri, 13 Jun 2008 10:09:39 +0000 (10:09 +0000)
i=adilger,alex

- if blocks per group is less than blocksize*8, set rest of the bitmap to 1.
- check return of ext2_find_next_le_bit for overflow.

lustre/ChangeLog

index af97f6a..f91622e 100644 (file)
@@ -140,6 +140,13 @@ Details    : skiplists are used to group compatible locks on granted list
              that was implemented as tracking first and last lock of each lock group
              the patch changes that to using doubly linked lists
 
+Severity   : normal
+Frequency  : blocks per group is less than blocksize*8 and uninit_groups is enabled
+Bugzilla   : 15932
+Description: ldiskfs error: XXX blocks in bitmap, YYY in gd
+Details    : If blocks per group is less than blocksize*8, set rest of the
+            bitmap to 1.
+
 -------------------------------------------------------------------------------