TeamRemover: Add new status to fdbcli
Add the healthy_removing_redundant_teams status to fdbcli
This commit is contained in:
parent
7cca439e00
commit
db19b08762
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue