]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Sanity check, if too full or not 19726/head
authorShinobu Kinjo <shinobu@redhat.com>
Sat, 30 Dec 2017 20:59:02 +0000 (15:59 -0500)
committerShinobu Kinjo <shinobu@redhat.com>
Tue, 2 Jan 2018 20:03:26 +0000 (05:03 +0900)
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
src/osd/PrimaryLogPG.cc

index 4c2a265b474ac5cc58934def0771f90082210714..2df92a87cd8c44c19cbf0bb3b39e475cd3e12a10 100644 (file)
@@ -3824,6 +3824,7 @@ void PrimaryLogPG::do_scan(
       } else {
        // we canceled backfill for a while due to a too full, and this
        // is an extra response from a non-too-full peer
+       dout(20) << __func__ << " canceled backfill (too full?)" << dendl;
       }
     }
     break;