]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Improve warning message when there are unfound objects, but probing
authorSimon Leinen <simon.leinen@switch.ch>
Sun, 4 Aug 2013 14:34:52 +0000 (14:34 +0000)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 26 Aug 2013 00:12:20 +0000 (17:12 -0700)
hasn't finished yet.

Signed-off-by: Simon Leinen <simon.leinen@switch.ch>
src/osd/ReplicatedPG.cc

index 658ea7cb746333a138b13c0b5840ac46a5f8e69e..bb494ae8c0169ffaaeb58c7949e1c78fa797fa02 100644 (file)
@@ -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;
     }