From: Shylesh Kumar Date: Wed, 22 Jul 2015 13:17:20 +0000 (+0530) Subject: mon: ceph osd map shows NONE when an osd is missing X-Git-Tag: v9.1.0~487^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d030302ea3709eb021710e873f1ebe62f951cec;p=ceph.git mon: ceph osd map shows NONE when an osd is missing Signed-off-by: Shylesh Kumar --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 6d35f97fc53..374236fe934 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -3127,8 +3127,8 @@ bool OSDMonitor::preprocess_command(MonOpRequestRef op) << " pool '" << poolstr << "' (" << pool << ")" << " object '" << fullobjname << "' ->" << " pg " << pgid << " (" << mpgid << ")" - << " -> up (" << up << ", p" << up_p << ") acting (" - << acting << ", p" << acting_p << ")"; + << " -> up (" << pg_vector_string(up) << ", p" << up_p << ") acting (" + << pg_vector_string(acting) << ", p" << acting_p << ")"; rdata.append(ds); } } else if ((prefix == "osd scrub" ||