Skip to content

Commit

Permalink
mon: ceph osd map shows NONE when an osd is missing
Browse files Browse the repository at this point in the history
Signed-off-by: Shylesh Kumar <shmohan@redhat.com>
  • Loading branch information
shylesh committed Jul 22, 2015
1 parent f4bb377 commit 4d03030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mon/OSDMonitor.cc
Expand Up @@ -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" ||
Expand Down

0 comments on commit 4d03030

Please sign in to comment.