Resume operations in cluster_client when PGs are loaded (fixes a hang in qemu-img)

This commit is contained in:
Vitaliy Filippov
2020-09-20 01:50:19 +03:00
parent 7574183ba6
commit 1967269c13
+1
View File
@@ -216,6 +216,7 @@ void cluster_client_t::on_load_pgs_hook(bool success)
execute(op); execute(op);
} }
offline_ops.clear(); offline_ops.clear();
continue_ops();
} }
void cluster_client_t::on_change_hook(json11::Json::object & changes) void cluster_client_t::on_change_hook(json11::Json::object & changes)