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)
Wed, Jan 1, 1:25 AM
Unknown Object (File)
Sun, Dec 22, 2:27 AM
Unknown Object (File)
Dec 17 2024, 6:47 AM
Unknown Object (File)
Dec 12 2024, 3:38 AM
Unknown Object (File)
Dec 5 2024, 2:32 AM
Unknown Object (File)
Nov 28 2024, 3:30 PM
Unknown Object (File)
Nov 26 2024, 10:44 PM
Unknown Object (File)
Nov 22 2024, 7:42 PM
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