summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Leinen <simon.leinen@switch.ch>2013-08-04 14:34:52 +0000
committerJosh Durgin <josh.durgin@inktank.com>2013-08-25 17:12:20 -0700
commitc6a737769012aa492f6a7ae1e6630805edb4b8a7 (patch)
tree4fd404fbbe97ae19a995b8a5446ffbc797669d1e
parent9797986697622217cb03b3420a70a49eddb6b02d (diff)
downloadceph-c6a737769012aa492f6a7ae1e6630805edb4b8a7.tar.gz
Improve warning message when there are unfound objects, but probing
hasn't finished yet. Signed-off-by: Simon Leinen <simon.leinen@switch.ch>
-rw-r--r--src/osd/ReplicatedPG.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc
index 658ea7cb746..bb494ae8c01 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;
}