]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Don't include primary's shard in repair result message
authorDavid Zafman <david.zafman@inktank.com>
Tue, 25 Feb 2014 00:49:28 +0000 (16:49 -0800)
committerDavid Zafman <david.zafman@inktank.com>
Tue, 25 Feb 2014 03:56:02 +0000 (19:56 -0800)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/osd/PG.cc

index f212425a6a3941f8a270c2de5b559770e9f2a950..aa2d3568727476f0d8d327a889867db90f55817c 100644 (file)
@@ -4262,7 +4262,7 @@ void PG::scrub_finish()
 
   {
     stringstream oss;
-    oss << info.pgid << " " << mode << " ";
+    oss << info.pgid.pgid << " " << mode << " ";
     int total_errors = scrubber.shallow_errors + scrubber.deep_errors;
     if (total_errors)
       oss << total_errors << " errors";