]> git.proxmox.com Git - ceph.git/blob - ceph/src/tools/rebuild_mondb.h
import quincy beta 17.1.0
[ceph.git] / 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);