Fix minor bugs in snapshot removal, check it in tests

This commit is contained in:
Vitaliy Filippov
2021-09-25 19:30:29 +03:00
parent 3a3e168c42
commit fc3a1e076a
6 changed files with 50 additions and 29 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ osd_messenger_t::~osd_messenger_t()
}
while (clients.size() > 0)
{
stop_client(clients.begin()->first, true);
stop_client(clients.begin()->first, true, true);
}
#ifdef WITH_RDMA
if (rdma_context)