mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
ceph-monstore-tool: compact command
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
9cc787a9be
commit
a6569c5f94
@ -202,6 +202,8 @@ int main(int argc, char **argv) {
|
||||
cout << key.first << " / " << key.second << std::endl;
|
||||
iter->next();
|
||||
}
|
||||
} else if (cmd == "compact") {
|
||||
st.compact();
|
||||
} else if (cmd == "getosdmap") {
|
||||
if (!store_path.size()) {
|
||||
std::cerr << "need mon store path" << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user