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)
Mon, May 29, 1:01 AM
Unknown Object (File)
Sun, May 28, 6:31 PM
Unknown Object (File)
Sat, May 13, 9:31 AM
Unknown Object (File)
Apr 25 2023, 1:11 PM
Unknown Object (File)
Apr 18 2023, 9:01 PM
Unknown Object (File)
Apr 18 2023, 9:00 PM
Unknown Object (File)
Apr 18 2023, 9:00 PM
Unknown Object (File)
Apr 13 2023, 12:56 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