From 193fe9a5f906a2344bb5d328ad55b881e4086caa Mon Sep 17 00:00:00 2001 From: Lorcan Date: Wed, 15 Apr 2015 11:32:32 +0100 Subject: [PATCH] Update swift-recon doc with more options The swit-recon tool has had several functional additions added recently but not all of these have been added to the docs. This change adds the following options to the manpages: --human-readable --validate-servers --sockstat --driveaudit --region --timeout Also fixes a typo on line 78 (cop -> copy) Change-Id: Id083b32a60473ad5a2b9ac1d092528d230521c86 --- doc/manpages/swift-recon.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/manpages/swift-recon.1 b/doc/manpages/swift-recon.1 index 7cafebd430..c635861aca 100644 --- a/doc/manpages/swift-recon.1 +++ b/doc/manpages/swift-recon.1 @@ -66,16 +66,28 @@ Get disk usage stats Also show the top COUNT entries in rank order .IP "\fB--lowest=COUNT\fR" Also show the lowest COUNT entries in rank order +.IP "\fB--human-readable\fR" +Use human readable suffix for disk usage stats .IP "\fB-l, --loadstats\fR" Get cluster load average stats .IP "\fB-q, --quarantined\fR" Get cluster quarantine stats +.IP "\fB--validate-servers\fR" +Validate servers on the ring .IP "\fB--md5\fR" -Get md5sum of servers ring and compare to local cop +Get md5sum of servers ring and compare to local copy +.IP "\fB--sockstat\fR" +Get cluster socket usage stats +.IP "\fB--driveaudit\fR" +Get drive audit error stats .IP "\fB--all\fR" Perform all checks. Equivalent to \-arudlq \-\-md5 +.IP "\fB--region=REGION\fR" +Only query servers in specified region .IP "\fB-z ZONE, --zone=ZONE\fR" Only query servers in specified zone +.IP "\fB-t SECONDS, --timeout=SECONDS\fR" +Time to wait for a response from a server .IP "\fB--swiftdir=PATH\fR" Default = /etc/swift .PD