Page MenuHomePhabricator

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

Authored by epriestley on Jun 20 2019, 9:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 4:14 PM
Unknown Object (File)
Sat, Apr 20, 4:51 PM
Unknown Object (File)
Fri, Apr 19, 9:21 AM
Unknown Object (File)
Wed, Apr 17, 3:17 PM
Unknown Object (File)
Thu, Apr 11, 7:25 AM
Unknown Object (File)
Sun, Mar 31, 5:36 PM
Unknown Object (File)
Sat, Mar 30, 8:12 AM
Unknown Object (File)
Wed, Mar 27, 9:34 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