mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fix command typo in managing_daemons.diviner
Summary: Fix the 'managing daemons' doc's example for launching daemons in a way suitable for multiple web servers. Separate the '--no-discovery' argument with '--', otherwise it doesn't appear to be understood. Test Plan: Attempt to launch daemon in various ways, make sure to include ways that are expected to fail, otherwise it may not be doing what we expect. phd launch PhabricatorRepositoryPullLocalDaemon --no-discovery .. errors in daemon log 'unrecognised argument' .. phd launch PhabricatorRepositoryPullLocalDaemon -- --not-an-arg .. errors in daemon log 'unrecognised argument' .. phd launch PhabricatorRepositoryPullLocalDaemon -- --no-discovery .. no errors in daemon log .. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9374
This commit is contained in:
parent
b6748034f0
commit
52fb3eb5f4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ daemons launch, and split daemons across machines like this:
|
|||
|
||||
A gratuitously wasteful install might have a dedicated daemon machine which
|
||||
runs `phd start` with a large pool of taskmasters set in the config, and then
|
||||
runs `phd launch PhabricatorRepositoryPullLocalDaemon --no-discovery` on each
|
||||
runs `phd launch PhabricatorRepositoryPullLocalDaemon -- --no-discovery` on each
|
||||
web server. This is grossly excessive in normal cases.
|
||||
|
||||
= Next Steps =
|
||||
|
|
Loading…
Reference in a new issue