From 1967269c13242ec1d35bf222d4dc1c6ed963f38b Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 20 Sep 2020 01:47:09 +0300 Subject: [PATCH] Resume operations in cluster_client when PGs are loaded (fixes a hang in qemu-img) --- cluster_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster_client.cpp b/cluster_client.cpp index 73020552..b0a7edb6 100644 --- a/cluster_client.cpp +++ b/cluster_client.cpp @@ -216,6 +216,7 @@ void cluster_client_t::on_load_pgs_hook(bool success) execute(op); } offline_ops.clear(); + continue_ops(); } void cluster_client_t::on_change_hook(json11::Json::object & changes)