Page MenuHomePhabricator

Deprecate "bin/phd ... --gently" and update documentation
ClosedPublic

Authored by epriestley on Jun 20 2019, 9:23 PM.
Tags
None
Referenced Files
F19083006: D20602.id49168.diff
Tue, Dec 2, 12:29 PM
F19055577: D20602.id49168.diff
Fri, Nov 28, 5:43 PM
F19054280: D20602.id.diff
Fri, Nov 28, 11:49 AM
F19047066: D20602.diff
Thu, Nov 27, 12:23 PM
F19000210: D20602.diff
Thu, Nov 20, 11:18 PM
F18999014: D20602.diff
Thu, Nov 20, 7:55 PM
F18997247: D20602.diff
Thu, Nov 20, 11:10 AM
F18985134: D20602.id49137.diff
Mon, Nov 17, 12:54 PM
Subscribers
None

Details

Summary

Ref T13321. Previously, the behavior was:

  • bin/phd stop --gently: Stop all daemons with PID files that belong to the current instance.
  • bin/phd stop: Stop all daemons with PID files that belong to the current instance. Complain if there are more processes.
  • bin/phd stop --force: Stop all processes that look like daemons, ignoring instances.

The new behavior is:

  • bin/phd stop: Stop all processes that look like daemons and belong to the current instance.
  • bin/phd stop --force: Stop all processes that look like daemons, period.
Test Plan

Grep / documentation only.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

(I'm deprecating (rather than removing) --gently because some deploy stuff in core/ uses it.)

This revision is now accepted and ready to land.Jun 20 2019, 10:34 PM