Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.10.0
-
None
-
3
-
9223372036854775807
Description
here are the test steps
1. setup system as 2.9.0 ldiskfs, create files and setup ost pool, setup quota to "ug"
2. upgrade the system to 2.10
3. mount the system and check the data, quota and ost pool, everything looks fine
4. shutdown the system
5. run "tune2fs -O project mdsdev/ostdev" on both MDS and OSS devices, return without error
6. try to mount MDS and failed as
[root@onyx-69 ~]# mount -t lustre -o acl,user_xattr /dev/sdb1 /mnt/mds1 [84831.219419] LDISKFS-fs warning (device sdb1): ldiskfs_enable_quotas:5445: Failed to enable quota tracking (type=2, err=-22). Please run e2fsck to fix. [84831.238898] LDISKFS-fs (sdb1): mount failed [84831.245872] LustreError: 43650:0:(osd_handler.c:7014:osd_mount()) lustre-MDT0000-osd: can't mount /dev/sdb1: -22 [84831.259759] LustreError: 43650:0:(obd_config.c:574:class_setup()) setup lustre-MDT0000-osd failed (-22) [84831.272497] LustreError: 43650:0:(obd_mount.c:199:lustre_start_simple()) lustre-MDT0000-osd setup error -22 [84831.285510] LustreError: 43650:0:(obd_mount_server.c:1806:server_fill_super()) Unable to start osd on /dev/sdb1: -22 [84831.299281] LustreError: 43650:0:(obd_mount.c:1502:lustre_fill_super()) Unable to mount (-22) mount.lustre: mount /dev/sdb1 at /mnt/mds1 failed: Invalid argument This may have multiple causes. Are the mount options correct? Check the syslog for more info. [root@onyx-69 ~]# mount