]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrPyModule.cc
update sources to v12.1.2
[ceph.git] / ceph / src / mgr / MgrPyModule.cc
index fda9bf6528dbd90500cad04bb4569d069b9f6be0..a2bf73ca379124c26f2d534efae35a0a884e2e8c 100644 (file)
@@ -365,3 +365,7 @@ int MgrPyModule::handle_command(
   return r;
 }
 
+void MgrPyModule::get_health_checks(health_check_map_t *checks)
+{
+  checks->merge(health_checks);
+}