]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Improve log message which isn't about a particular shard
authorDavid Zafman <dzafman@redhat.com>
Fri, 18 Dec 2015 02:04:08 +0000 (18:04 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 23 Dec 2015 23:34:26 +0000 (15:34 -0800)
Remove redundant dout()

Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/PGBackend.cc

index 806a4a0a48733dacf9a6715f31710b4528cd1df8..755ce0e4b22f64459cefbddf0a2412c5b0f9daa5 100644 (file)
@@ -571,10 +571,9 @@ void PGBackend::be_compare_scrubmaps(
       be_select_auth_object(*k, maps, okseed, &auth_oi);
     list<pg_shard_t> auth_list;
     if (auth == maps.end()) {
-      dout(10) << __func__ << ": unable to find any auth object" << dendl;
       ++shallow_errors;
-      errorstream << pgid << " shard " << j->first
-                 << ": soid failed to pick suitable auth object\n";
+      errorstream << pgid.pgid << " soid " << *k
+                 << ": failed to pick suitable auth object\n";
       continue;
     }
     auth_list.push_back(auth->first);