Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / tools / rebuild_mondb.h
1 #pragma once
2 #include <string>
3
4 class ObjectStore;
5 class OSDSuperblock;
6
7 int update_mon_db(ObjectStore& fs, OSDSuperblock& sb,
8                   const std::string& keyring_path,
9                   const std::string& store_path);