Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.14.0
-
None
-
3
-
9223372036854775807
Description
The use of "lfs setquota -o" as the short option for specifying the quota pool is confusing, because "lfs quota -o" is the short option for getting quota on an OST.
The "lfs setquota" command should remove the use of "-o" as the short option for quota pools, and instead have no short option at all. Using --pool is not so long to type each time, and "lfs find --pool" also does not have a short option.
This also needs to be updated to use "lfs setquota ... --pool" instead of "-o" in the sanity-quota.sh test script, and in the lfs-setquota.1 man page.
This needs to be done before the release of 2.14.
Attachments
Issue Links
- is related to
-
LU-11023 OST Pool Quotas
- Resolved