From: Casey Bodley Date: Tue, 31 Mar 2020 13:23:05 +0000 (-0400) Subject: rgw: store timestamp in InitBucketShardSyncStatus X-Git-Tag: v16.1.0~2586^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f16f13af8b2fbd38752685940f89d64365dcc43;p=ceph.git rgw: store timestamp in InitBucketShardSyncStatus Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_data_sync.cc b/src/rgw/rgw_data_sync.cc index 62a280ee14ef..4d6200a00072 100644 --- a/src/rgw/rgw_data_sync.cc +++ b/src/rgw/rgw_data_sync.cc @@ -2811,6 +2811,7 @@ public: status.state = rgw_bucket_shard_sync_info::StateIncrementalSync; } write_status = true; + status.inc_marker.timestamp = ceph::real_clock::now(); } if (write_status) {