Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
Updating fsname with following command failed:
tunefs.lustre --fsname lustre --writeconf /dev/mgs
But using following command succeed:
tunefs.lustre --writeconf --fsname lustre /dev/mgs
IT turned out this is because of options parsing order,
but actually, we should let both two ways work, so fix is also simple to
do sanity check after we have parsed all options.