Move check_sequencing indication into config response features subkey

This commit is contained in:
Vitaliy Filippov
2025-05-05 02:07:50 +03:00
parent 00ced7cea7
commit 5692630005
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -638,7 +638,7 @@ void osd_messenger_t::check_peer_config(osd_client_t *cl)
// Inform that we're OSD <osd_num>
payload["osd_num"] = osd_num;
}
payload["check_sequencing"] = true;
payload["features"] = json11::Json::object{ { "check_sequencing", true } };
#ifdef WITH_RDMA
if (!use_rdmacm && rdma_contexts.size())
{