]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: increase log level for same or older period pull msg 33527/head
authorAli Maredia <amaredia@redhat.com>
Tue, 25 Feb 2020 05:29:30 +0000 (00:29 -0500)
committerAli Maredia <amaredia@redhat.com>
Thu, 27 Feb 2020 17:22:33 +0000 (12:22 -0500)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
src/rgw/rgw_zone.cc

index ac2d8ab6fb145a313aa7994dde630ca87a75dea5..79cdbd85de3448c4f7285bc5ac160bdf9a7be9c4 100644 (file)
@@ -1096,7 +1096,7 @@ int RGWPeriod::update_latest_epoch(epoch_t epoch)
       return r;
     } else if (epoch <= info.epoch) {
       r = -EEXIST; // fail with EEXIST if epoch is not newer
-      ldout(cct, 1) << "found existing latest_epoch " << info.epoch
+      ldout(cct, 10) << "found existing latest_epoch " << info.epoch
           << " >= given epoch " << epoch << ", returning r=" << r << dendl;
       return r;
     } else {