Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Lustre 2.4.0
-
3
-
5592
Description
While building e2fsprogs against master branch, the following error occurred:
m_quota: enable quota feature on mkfs: failed
--- m_quota/expect.1 2012-11-16 03:35:44.000000000 +0000
+++ m_quota.1.log 2012-11-16 03:41:38.000000000 +0000
@@ -24,7 +24,7 @@
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
-test_filesys: 11/32768 files (18.2% non-contiguous), 5709/131072 blocks
+test_filesys: 11/32768 files (18.2% non-contiguous), 5703/131072 blocks
Exit status is 0
Filesystem volume name: <none>
@@ -39,7 +39,7 @@
Inode count: 32768
Block count: 131072
Reserved block count: 6553
-Free blocks: 125363
+Free blocks: 125369
Free inodes: 32757
First block: 1
Block size: 1024
@@ -65,8 +65,8 @@
Reserved GDT blocks at 3-258
Block bitmap at 259 (+258), Inode bitmap at 260 (+259)
Inode table at 261-516 (+260)
- 7644 free blocks, 2037 free inodes, 2 directories
- Free blocks: 549-8192
+ 7650 free blocks, 2037 free inodes, 2 directories
+ Free blocks: 543-8192
Free inodes: 12-2048
Group 1: (Blocks 8193-16384)
Backup superblock at 8193, Group descriptors at 8194-8194
m_raid_opt: raid options: ok
m_std: standard filesystem options: ok
m_uninit: uninitialized group feature: ok
r_inline_xattr: shrinking filesystem with in-inode extended attributes: ok
r_move_itable: filesystem resize which requires moving the inode table: ok
r_resize_inode: filesystem resize with a resize_inode present: ok
s_basic_scan: e2scan quick test: ok
t_ext_jnl_rm: remove missing external journal device: ok
t_mmp_1on: enable MMP using tune2fs: ok
t_mmp_2off: disable MMP using tune2fs: ok
t_quota_1on: enable quota using tune2fs: ok
t_quota_2off: disable quota using tune2fs: ok
u_mke2fs: e2undo with mke2fs: ok
u_tune2fs: e2undo with tune2fs: ok
152 tests succeeded 1 tests failed
Tests failed: m_quota
make[2]: *** [test_post] Error 1
make[2]: Leaving directory `/root/rpmbuild/BUILD/e2fsprogs-1.42.5.wc3/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/e2fsprogs-1.42.5.wc3'
error: Bad exit status from /var/tmp/rpm-tmp.swysI9 (%check)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.swysI9 (%check)
make: *** [rpm] Error 1
Build log is attached.