Page MenuHomePhabricator

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

Authored by epriestley on Jun 20 2019, 9:23 PM.
Tags
None
Referenced Files
F18807656: D20602.id49168.diff
Sun, Oct 19, 2:46 AM
F18775883: D20602.id49137.diff
Fri, Oct 10, 8:32 PM
F18733983: D20602.id.diff
Tue, Sep 30, 10:46 PM
F18647140: D20602.diff
Sep 19 2025, 12:19 PM
F18567057: D20602.id.diff
Sep 9 2025, 3:28 PM
F18109518: D20602.id49168.diff
Aug 11 2025, 2:15 PM
F18109110: D20602.id49137.diff
Aug 11 2025, 11:45 AM
F18104390: D20602.id.diff
Aug 10 2025, 12:02 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