Page MenuHomePhabricator

Fix command typo in managing_daemons.diviner
ClosedPublic

Authored by jevripio on Jun 4 2014, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 13, 10:37 AM
Unknown Object (File)
Feb 24 2024, 6:10 PM
Unknown Object (File)
Feb 8 2024, 1:15 AM
Unknown Object (File)
Feb 2 2024, 2:43 AM
Unknown Object (File)
Jan 3 2024, 4:09 PM
Unknown Object (File)
Dec 30 2023, 5:10 PM
Unknown Object (File)
Dec 26 2023, 6:24 PM
Unknown Object (File)
Dec 22 2023, 8:38 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP52fb3eb5f403: 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 ..

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

jevripio retitled this revision from to Fix command typo in managing_daemons.diviner.
jevripio updated this object.
jevripio edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Jun 4 2014, 10:40 PM
epriestley updated this revision to Diff 22354.

Closed by commit rP52fb3eb5f403 (authored by @jevripio, committed by @epriestley).