Page MenuHomePhabricator

Don't stop on read-only mode for read-only storage workflows
ClosedPublic

Authored by epriestley on May 30 2016, 3:34 PM.
Tags
None
Referenced Files
F13191798: D15987.id38483.diff
Sun, May 12, 12:37 AM
F13190356: D15987.id38486.diff
Sat, May 11, 10:02 AM
F13187326: D15987.id.diff
Sat, May 11, 4:27 AM
F13178445: D15987.diff
Wed, May 8, 8:25 PM
Unknown Object (File)
Mon, May 6, 8:25 PM
Unknown Object (File)
Sun, Apr 28, 6:23 PM
Unknown Object (File)
Thu, Apr 25, 2:24 AM
Unknown Object (File)
Mon, Apr 22, 2:44 AM
Subscribers
None

Details

Summary

Fixes T11042. Currently, all bin/storage workflows stop if cluster.read-only is set:

$ ./bin/storage adjust
Usage Exception: Phabricator is currently in read-only mode. Use --force to override this mode.

However, some of them (status, dump, databases, etc) are read-only anyway and safe to run. Don't prompt in these cases.

Test Plan
  • Set cluster.read-only to true.
  • Ran bin/storage dump, bin/storage status, etc. No longer received messages.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Don't stop on read-only mode for read-only storage workflows.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.May 30 2016, 3:44 PM
This revision was automatically updated to reflect the committed changes.