Add --swift-versions option to swift-recon man page
Related-Change: I3c2e569f0c44168333251bb58bab4b5582e15a45 Change-Id: I9776c0919164e48ac445eacf7d897a23ef8e4572
This commit is contained in:
parent
206f674014
commit
bc2e03d1a6
@ -82,10 +82,12 @@ Get cluster socket usage stats
|
||||
Get drive audit error stats
|
||||
.IP "\fB-T, --time\fR"
|
||||
Check time synchronization
|
||||
.IP "\fB--swift-versions\fR"
|
||||
Check swift version
|
||||
.IP "\fB--all\fR"
|
||||
Perform all checks. Equivalent to \-arudlqT
|
||||
\-\-md5 \-\-sockstat \-\-auditor \-\-updater \-\-expirer
|
||||
\-\-driveaudit \-\-validate\-servers
|
||||
\-\-driveaudit \-\-validate\-servers \-\-swift-versions
|
||||
.IP "\fB--region=REGION\fR"
|
||||
Only query servers in specified region
|
||||
.IP "\fB-z ZONE, --zone=ZONE\fR"
|
||||
|
@ -1027,7 +1027,7 @@ class SwiftRecon(object):
|
||||
args.add_option('--all', action="store_true",
|
||||
help="Perform all checks. Equal to \t\t\t-arudlqT "
|
||||
"--md5 --sockstat --auditor --updater --expirer "
|
||||
"--driveaudit --validate-servers --swift-versons")
|
||||
"--driveaudit --validate-servers --swift-versions")
|
||||
args.add_option('--region', type="int",
|
||||
help="Only query servers in specified region")
|
||||
args.add_option('--zone', '-z', type="int",
|
||||
|
Loading…
Reference in New Issue
Block a user