]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add TODOs to split trim logic into separate source files 20061/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 27 Apr 2017 14:31:25 +0000 (10:31 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 23 Jan 2018 16:24:54 +0000 (11:24 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ec0a655a80b20e9c76cf0d65cfea3fde66ce0a10)

src/rgw/rgw_data_sync.cc
src/rgw/rgw_sync.cc

index cc67355d448a820e0677563a4ff0e18688b44fb6..00103e49a35f6220aae08da26c9b3caa0989498f 100644 (file)
@@ -2878,6 +2878,7 @@ string RGWBucketSyncStatusManager::status_oid(const string& source_zone,
 }
 
 
+// TODO: move into rgw_data_sync_trim.cc
 #undef dout_prefix
 #define dout_prefix (*_dout << "data trim: ")
 
index c90a2a06980c254b6dfae819c48991e183924737..89b80efd509b29ce742b2706aaae06667a584df1 100644 (file)
@@ -2287,6 +2287,7 @@ int RGWCloneMetaLogCoroutine::state_store_mdlog_entries_complete()
 }
 
 
+// TODO: move into rgw_sync_trim.cc
 #undef dout_prefix
 #define dout_prefix (*_dout << "meta trim: ")