[LU-6978] mkfs.lustre: LDISKFS-fs (loop0): Unrecognized mount option "force_over_128tb" or missing value Created: 10/Aug/15 Updated: 13/May/16 Resolved: 19/Sep/15 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.8.0 |
| Fix Version/s: | Lustre 2.8.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Alexander Zarochentsev | Assignee: | Hongchao Zhang |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | patch | ||
| Environment: |
single node setup |
||
| Issue Links: |
|
||||||||||||
| Severity: | 3 | ||||||||||||
| Rank (Obsolete): | 9223372036854775807 | ||||||||||||
| Description |
|
impossible to store force_over_128tb as a persistent option at mkfs.lustre time. [root@devvm0 tests]# ../utils/mkfs.lustre --mgsnode=devvm0@tcp --reformat --fsname=foo --ost --mountfsoptions="user_xattr,errors=remount-ro,force_over_128tb" /dev/loop0
warning: /dev/loop0: for Lustre 2.4 and later, the target index must be specified with --index
Permanent disk data:
Target: foo:OSTffff
Index: unassigned
Lustre FS: foo
Mount type: ldiskfs
Flags: 0x72
(OST needs_index first_time update )
Persistent mount opts: user_xattr,errors=remount-ro,force_over_128tb
Parameters: mgsnode=192.168.56.101@tcp
device size = 195MB
formatting backing filesystem ldiskfs on /dev/loop0
target name foo:OSTffff
4k blocks 50000
options -I 256 -q -O extents,uninit_bg,dir_nlink,quota,huge_file,flex_bg -G 256 -E resize=4290772992,lazy_journal_init -F
mkfs_cmd = mke2fs -j -b 4096 -L foo:OSTffff -I 256 -q -O extents,uninit_bg,dir_nlink,quota,huge_file,flex_bg -G 256 -E resize=4290772992,lazy_journal_init -F /dev/loop0 50000
mkfs.lustre: Unable to mount /dev/loop0: Invalid argument
mkfs.lustre FATAL: failed to write local files
mkfs.lustre: exiting with 22 (Invalid argument)
[root@devvm0 tests]# dmesg | tail
LDISKFS-fs (loop0): Unrecognized mount option "force_over_128tb" or missing value
[root@devvm0 tests]#
|
| Comments |
| Comment by Alexander Zarochentsev [ 10/Aug/15 ] |
|
After " |
| Comment by Gerrit Updater [ 10/Aug/15 ] |
|
Alexander Zarochentsev (alexander_zarochentsev@xyratex.com) uploaded a new patch: http://review.whamcloud.com/15937 |
| Comment by Alexander Zarochentsev [ 10/Aug/15 ] |
|
proposed patch http://review.whamcloud.com/15937 |
| Comment by Andreas Dilger [ 28/Aug/15 ] |
|
This is similar to |
| Comment by Gerrit Updater [ 19/Sep/15 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/15937/ |
| Comment by Peter Jones [ 19/Sep/15 ] |
|
Landed for 2.8 |