Skip to content
Snippets Groups Projects
Commit 039e44ab authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch b1_8_gate

b=15754
i=Johann Lombardi (johann)
i=ZhiYong Tian (tianzy)
suppress long output of lfs quota
parent a67b863a
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the ...@@ -57,7 +57,7 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the
\fB<filesystem>\fR \fB<filesystem>\fR
.br .br
.B lfs quota [-o obd_uuid] [-u|-g] <username|groupname> <filesystem> .B lfs quota [-v] [-o obd_uuid] [-u|-g] <username|groupname> <filesystem>
.br .br
.B lfs quota <filesystem> .B lfs quota <filesystem>
.br .br
...@@ -128,8 +128,8 @@ To set filesystem quotas for users or groups. Limits can be specified with -b, - ...@@ -128,8 +128,8 @@ To set filesystem quotas for users or groups. Limits can be specified with -b, -
.B setquota -t [-u|-g] [--block-grace <block-grace>] [--inode-grace <inode-grace>] <filesystem> .B setquota -t [-u|-g] [--block-grace <block-grace>] [--inode-grace <inode-grace>] <filesystem>
To set filesystem quota grace times for users or groups. Grace time is specified in "XXwXXdXXhXXmXXs" format or as an integer seconds value, see EXAMPLES To set filesystem quota grace times for users or groups. Grace time is specified in "XXwXXdXXhXXmXXs" format or as an integer seconds value, see EXAMPLES
.TP .TP
.B quota [-o obd_uuid] [-u|-g] <username|groupname> <filesystem> .B quota [-v] [-o obd_uuid] [-u|-g] <username|groupname> <filesystem>
To display disk usage and limits, either for the full filesystem, or for objects on a specific obd. A user or group name can be specified. If both user and group are omitted, quotas for current uid/gid are shown. To display disk usage and limits, either for the full filesystem, or for objects on a specific obd. A user or group name can be specified. If both user and group are omitted quotas for current uid/gid are shown. -v provides more verbose (with per-obd statistics) output.
.TP .TP
.B quota -t [-u|-g] <filesystem> .B quota -t [-u|-g] <filesystem>
To display block and inode grace times for user (-u) or group (-g) quotas To display block and inode grace times for user (-u) or group (-g) quotas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment