Skip to content

Commit

Permalink
Merge branch 'sleinen'
Browse files Browse the repository at this point in the history
Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin committed Aug 26, 2013
2 parents 8b1b745 + c6a7377 commit 2184ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/ReplicatedPG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,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;
}

Expand Down

0 comments on commit 2184ec1

Please sign in to comment.