|
Because of how the arguments to mkfs/tunefs are parsed, these commands are sensitive to the order of arguments. Ideally, --key=value parameters should not be order sensitive. At least, these ordering rules should be documented.
--erase-params
Fails silently if erase-params is not after any param arguments.
This is OK:
But if we do this, it does not work properly (erase-params deletes the previous mgsnode argument):
--index
Fails with "--index only valid for MDT,OST" if --index does not come after the target type argument.
This is OK:
This is not OK:
|