Otherwise a cli command may unexpectedly hang forever with not output
because no ceph-mgr is running, which can be confusing for an admin.
Signed-off-by: Sage Weil <sage@redhat.com>
MCommand *m = op.get_message({});
session->con->send_message(m);
} else {
- ldout(cct, 4) << "start_command: no mgr session, waiting" << dendl;
+ ldout(cct, 0) << "no mgr session (no running mgr daemon?), waiting" << dendl;
}
return 0;
}