Add no_scrub flag

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent 3c924397e7
commit 0c78dd7178
5 changed files with 35 additions and 2 deletions
-1
View File
@@ -39,7 +39,6 @@ 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;