mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
ceph-monstore-tool: shut up coverity
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
123f79bea8
commit
9242d01cc0
@ -214,6 +214,7 @@ int main(int argc, char **argv) {
|
||||
} else if (cmd == "compact") {
|
||||
st.compact();
|
||||
} else if (cmd == "getmonmap") {
|
||||
assert(fd >= 0);
|
||||
if (!store_path.size()) {
|
||||
std::cerr << "need mon store path" << std::endl;
|
||||
std::cerr << desc << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user