diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/rebuild_mondb.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tools/rebuild_mondb.h b/src/tools/rebuild_mondb.h new file mode 100644 index 000000000..8a2317d8c --- /dev/null +++ b/src/tools/rebuild_mondb.h @@ -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); |