Merge "Add description of server options (all, main, rest) for swift-init help"
This commit is contained in:
commit
1ac9ceb548
@ -26,6 +26,14 @@ USAGE = \
|
|||||||
where:
|
where:
|
||||||
<server> is the name of a swift service e.g. proxy-server.
|
<server> is the name of a swift service e.g. proxy-server.
|
||||||
The '-server' part of the name may be omitted.
|
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
|
<config> is an explicit configuration filename without the
|
||||||
.conf extension. If <config> is specified then <server> should
|
.conf extension. If <config> is specified then <server> should
|
||||||
refer to a directory containing the configuration file, e.g.:
|
refer to a directory containing the configuration file, e.g.:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user