Page MenuHomePhabricator

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

Authored by epriestley on Jun 20 2019, 9:23 PM.
Tags
None
Referenced Files
F14804963: D20602.id49168.diff
Sat, Jan 25, 7:01 PM
F14804496: D20602.id.diff
Sat, Jan 25, 5:18 PM
F14797718: D20602.id49168.diff
Sat, Jan 25, 5:20 AM
F14797717: D20602.id49137.diff
Sat, Jan 25, 5:20 AM
F14797716: D20602.id.diff
Sat, Jan 25, 5:20 AM
Unknown Object (File)
Tue, Jan 21, 9:52 AM
Unknown Object (File)
Dec 26 2024, 6:42 PM
Unknown Object (File)
Dec 12 2024, 2:16 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