[LU-11569] mkfs.lustre return error to upgrade e2fsprogs Created: 25/Oct/18 Updated: 19/Apr/19 Resolved: 19/Apr/19 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.11.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Abe | Assignee: | WC Triage |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
we are seeing these error when issuing mkfs.lustre command: mkfs.lustre FATAL: "-O quota" must be supported by e2fsprogs, please upgrade your e2fsprogs.
cli command issued: [root@oss100 ~]# mkfs.lustre --reformat --ost --backfstype=ldiskfs --fsname=tempAA --index=8 --mgsnode=10.10.10.251@o2ib /dev/sdd Permanent disk data:
device size = 5723166MB mkfs.lustre FATAL: "-O quota" must be supported by e2fsprogs, please upgrade your e2fsprogs. mkfs.lustre FATAL: mkfs failed 22 Abe
|
| Comments |
| Comment by Andreas Dilger [ 25/Oct/18 ] |
|
What version of e2fsprogs do you have? Do you have the Lustre e2fsprogs-1.42.13.wc5 at least? |
| Comment by Abe [ 25/Oct/18 ] |
|
this is the version we have installed: root@oss100 lustre-2.11-rpms]# rpm -qa | grep e2fsprogs
thanks, Abe |
| Comment by Peter Jones [ 25/Oct/18 ] |
|
Abe Try with the latest Lustre-specific version - https://downloads.whamcloud.com/public/e2fsprogs/ Peter |
| Comment by Abe [ 25/Oct/18 ] |
|
I went ahead and upgrade e2fs to rev wc5, however an issue come up with ldiskfs module not loaded!!
[root@oss100 ~]# mkfs.lustre --reformat --ost --backfstype=ldiskfs --fsname=tempAA --index=8 --mgsnode=10.10.10.251@o2ib /dev/sdd Permanent disk data: device size = 5723166MB mkfs.lustre FATAL: failed to write local files
root@oss100 ~]# modprobe ldiskfs
thanks, Abe |
| Comment by Abe [ 02/Nov/18 ] |
|
Hi Peter/Andreas,
any ideas what is causing this ?
thanks, Abe
|
| Comment by Andreas Dilger [ 02/Nov/18 ] |
|
I would imagine your ldiskfs module is not installed or does not match the current kernel version, so it can't be loaded? |
| Comment by Abe [ 02/Nov/18 ] |
|
ldiskfs appears to be installed, is there anything that we are missing ? root@oss100 lustre-2.11-rpms]# rpm -qa | grep osd
[root@oss100 lustre-2.11-rpms]# dkms status
thanks, Abe |
| Comment by Andreas Dilger [ 03/Nov/18 ] |
|
Does "modprobe ldiskfs" result in the ldiskfs module being loaded? What does "modinfo ldiskfs" report and "uname -a"? |
| Comment by Abe [ 05/Nov/18 ] |
|
[root@oss100 IntelOPA-Basic.RHEL74-x86_64.10.7.0.0.145]# modprobe ldiskfs [root@oss100 IntelOPA-Basic.RHEL74-x86_64.10.7.0.0.145]# uname -a
Hmm that seems to have worked after issuing mod probe ldiskfs mkfs.lustre --reformat --ost --backfstype=ldiskfs --fsname=tempAA --index=8 --mgsnode=10.10.10.251@o2ib /dev/sdb Permanent disk data: device size = 160233472MB Is there any documentation on how to benchmark ldiskfs, is obdsurvery supported on this release ?
thanks, Abe
|
| Comment by Andreas Dilger [ 19/Apr/19 ] |
|
Lustre e2fsprogs was not installed, problem was resolved once installed. |