initial code repo
[stor4nfv.git] / src / ceph / src / tools / rebuild_mondb.h
diff --git a/src/ceph/src/tools/rebuild_mondb.h b/src/ceph/src/tools/rebuild_mondb.h
new file mode 100644 (file)
index 0000000..8a2317d
--- /dev/null
@@ -0,0 +1,9 @@
+#pragma once
+#include <string>
+
+class ObjectStore;
+class OSDSuperblock;
+
+int update_mon_db(ObjectStore& fs, OSDSuperblock& sb,
+                  const std::string& keyring_path,
+                  const std::string& store_path);