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)
Sat, May 31, 3:47 AM
Unknown Object (File)
Tue, May 27, 11:45 AM
Unknown Object (File)
Mon, May 26, 2:09 PM
Unknown Object (File)
May 8 2025, 11:01 AM
Unknown Object (File)
May 8 2025, 8:05 AM
Unknown Object (File)
Apr 29 2025, 5:12 PM
Unknown Object (File)
Apr 29 2025, 7:03 AM
Unknown Object (File)
Apr 24 2025, 11:51 AM
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