Show no_recovery, no_rebalance and readonly flags in status

This commit is contained in:
Vitaliy Filippov
2022-06-04 13:27:06 +03:00
parent 0cdc9292c8
commit 2a2e914ef9
4 changed files with 28 additions and 3 deletions
+1
View File
@@ -39,6 +39,7 @@ public:
ring_loop_t *ringloop = NULL;
epoll_manager_t *epmgr = NULL;
cluster_client_t *cli = NULL;
bool no_recovery = false, no_rebalance = false, readonly = false;
int waiting = 0;
cli_result_t etcd_err;