Page MenuHomePhabricator

Correct `bin/storage analyze` internal API for cluster environments
ClosedPublic

Authored by epriestley on Sep 7 2017, 11:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 1, 10:51 PM
Unknown Object (File)
Wed, May 28, 5:09 PM
Unknown Object (File)
Wed, May 28, 7:46 AM
Unknown Object (File)
Tue, May 27, 2:18 PM
Unknown Object (File)
Sat, May 10, 5:52 PM
Unknown Object (File)
Tue, May 6, 10:19 AM
Unknown Object (File)
Mon, May 5, 4:28 PM
Unknown Object (File)
Apr 29 2025, 6:41 AM
Subscribers
None

Details

Summary

Ref T12819. This worked right in a non-cluster environment, but bin/storage upgrade iterates over each master in a partitioned cluster environment.

Tweak the API so bin/storage analyze targets a single host but bin/storage upgrade can hit all the masters.

Test Plan

Will run bin/storage upgrade in production again. Ran upgrade and analyze locally, still work fine.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable