TeamRemover: Add new status to fdbcli

Add the healthy_removing_redundant_teams status to fdbcli
This commit is contained in:
Meng Xu 2019-02-21 15:03:30 -08:00
parent 7cca439e00
commit db19b08762
2 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,7 @@ The following format informally describes the JSON containing the status data. T
"name": < "initializing"
| "missing_data"
| "healing"
| "healthy_removing_redundant_teams"
| "healthy_repartitioning"
| "healthy_removing_server"
| "healthy_rebalancing"

View File

@ -496,6 +496,7 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
"initializing",
"missing_data",
"healing",
"healthy_removing_redundant_teams",
"healthy_repartitioning",
"healthy_removing_server",
"healthy_rebalancing",
@ -528,6 +529,7 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
"initializing",
"missing_data",
"healing",
"healthy_removing_redundant_teams",
"healthy_repartitioning",
"healthy_removing_server",
"healthy_rebalancing",