From: Shinobu Kinjo Date: Sat, 30 Dec 2017 20:59:02 +0000 (-0500) Subject: osd: Sanity check, if too full or not X-Git-Tag: v14.1.0~1036^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0875bc7d9ffb2fcfa276d96dec09d89af69c78f8;p=ceph.git osd: Sanity check, if too full or not Signed-off-by: Shinobu Kinjo --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 4c2a265b474a..2df92a87cd8c 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -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;