Skip to content

Commit

Permalink
Merge pull request #34833 from smithfarm/wip-44653-nautilus
Browse files Browse the repository at this point in the history
nautilus: rgw: increase log level for same or older period pull msg

Reviewed-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
yuriw committed May 5, 2020
2 parents f6584c7 + 4936346 commit 0f09dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_zone.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f09dfe

Please sign in to comment.