Fix qemu-img broken in 0.5.11
Caused by the lack of reenterability of the main cluster_client function
This commit is contained in:
@@ -82,6 +82,7 @@ class cluster_client_t
|
||||
bool pgs_loaded = false;
|
||||
ring_consumer_t consumer;
|
||||
std::vector<std::function<void(void)>> on_ready_hooks;
|
||||
int continuing_ops = 0;
|
||||
|
||||
public:
|
||||
etcd_state_client_t st_cli;
|
||||
|
||||
Reference in New Issue
Block a user