Merge "Add description of server options (all, main, rest) for swift-init help"

This commit is contained in:
Jenkins 2016-07-08 23:31:20 +00:00 committed by Gerrit Code Review
commit 1ac9ceb548
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@ USAGE = \
where:
<server> is the name of a swift service e.g. proxy-server.
The '-server' part of the name may be omitted.
'all', 'main' and 'rest' are reserved words that represent a
group of services.
all: Expands to all swift daemons.
main: Expands to main swift daemons.
(proxy, container, account, object)
rest: Expands to all remaining background daemons (beyond
"main").
(updater, replicator, auditor, etc)
<config> is an explicit configuration filename without the
.conf extension. If <config> is specified then <server> should
refer to a directory containing the configuration file, e.g.: