]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: increase log level for same or older period pull msg 34833/head
authorAli Maredia <amaredia@redhat.com>
Tue, 25 Feb 2020 05:29:30 +0000 (00:29 -0500)
committerNathan Cutler <ncutler@suse.com>
Wed, 29 Apr 2020 12:45:42 +0000 (14:45 +0200)
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit 90cce10fc1364df16ab12632b2dca403894cbe44)

src/rgw/rgw_zone.cc

index 4dee08bd5f32944e8e467d6d584d9dc51f267a8b..667782d139a4dc600c1adc6d956d2d2f62563c13 100644 (file)
@@ -1097,7 +1097,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 {