Skip to content

Commit

Permalink
Squash into "osd: Add stat_error for regular scrub handling"
Browse files Browse the repository at this point in the history
Fix log messages
  • Loading branch information
dzafman committed Dec 15, 2015
1 parent 4bf15a6 commit 49dba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/PGBackend.cc
Expand Up @@ -351,7 +351,7 @@ void PGBackend::be_scan_list(
<< ", skipping" << dendl;
} else if (r == -EIO) {
dout(25) << __func__ << " " << poid << " got " << r
<< ", read_error" << dendl;
<< ", stat_error" << dendl;
ScrubMap::object &o = map.objects[poid];
o.stat_error = true;
} else {
Expand Down

0 comments on commit 49dba38

Please sign in to comment.