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 <rfriedma@redhat.com>
make_asok_hook<DumpPGStateHistory>(std::as_const(pg_shard_manager)));
asok->register_command(make_asok_hook<DumpMetricsHook>());
asok->register_command(make_asok_hook<DumpPerfCountersHook>());
+ asok->register_command(make_asok_hook<AssertAlwaysHook>());
asok->register_command(make_asok_hook<InjectDataErrorHook>(get_shard_services()));
asok->register_command(make_asok_hook<InjectMDataErrorHook>(get_shard_services()));
// PG commands