ceph-monstore-tool: compact command

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-05-21 11:04:09 -07:00
parent 9cc787a9be
commit a6569c5f94

View File

@ -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;