From: Simon Leinen Date: Sun, 4 Aug 2013 14:34:52 +0000 (+0000) Subject: Improve warning message when there are unfound objects, but probing X-Git-Tag: v0.69~52^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c6a737769012aa492f6a7ae1e6630805edb4b8a7;p=ceph.git Improve warning message when there are unfound objects, but probing hasn't finished yet. Signed-off-by: Simon Leinen --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 658ea7cb7463..bb494ae8c016 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -329,7 +329,7 @@ int ReplicatedPG::do_command(cmdmap_t cmdmap, ostream& ss, if (!all_unfound_are_queried_or_lost(get_osdmap())) { ss << "pg has " << unfound - << " objects but we haven't probed all sources, not marking lost"; + << " unfound objects but we haven't probed all sources, not marking lost"; return -EINVAL; }