From: Ronen Friedman Date: Sun, 10 May 2026 12:59:20 +0000 (+0000) Subject: crimson/osd: support the Assert test ASOK command X-Git-Tag: v21.0.1~189^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9a9590a136d635c854272b9523d776407010497;p=ceph.git crimson/osd: support the Assert test ASOK command The command was mostly implemented, but was not fully wired up to the ASOK command handler. This change adds the necessary command registration. Signed-off-by: Ronen Friedman --- diff --git a/src/crimson/osd/osd.cc b/src/crimson/osd/osd.cc index 9ad33274b10..1ba7669fef6 100644 --- a/src/crimson/osd/osd.cc +++ b/src/crimson/osd/osd.cc @@ -828,6 +828,7 @@ seastar::future<> OSD::start_asok_admin() make_asok_hook(std::as_const(pg_shard_manager))); asok->register_command(make_asok_hook()); asok->register_command(make_asok_hook()); + asok->register_command(make_asok_hook()); asok->register_command(make_asok_hook(get_shard_services())); asok->register_command(make_asok_hook(get_shard_services())); // PG commands