From: Javier M. Mellid Date: Thu, 22 Nov 2018 01:31:39 +0000 (+0100) Subject: rgw: archive: zone supports writes X-Git-Tag: v14.1.0~269^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb7cfd958e334a7aca0e716406b8154251b58d4e;p=ceph-ci.git rgw: archive: zone supports writes Signed-off-by: Javier M. Mellid --- diff --git a/src/rgw/rgw_data_sync.h b/src/rgw/rgw_data_sync.h index 4c8dcb36c19..cf236f49061 100644 --- a/src/rgw/rgw_data_sync.h +++ b/src/rgw/rgw_data_sync.h @@ -600,7 +600,7 @@ public: class RGWArchiveSyncModule : public RGWDefaultSyncModule { public: RGWArchiveSyncModule() {} - bool supports_writes() override { return false; } + bool supports_writes() override { return true; } bool supports_data_export() override { return false; } int create_instance(CephContext *cct, const JSONFormattable& config, RGWSyncModuleInstanceRef *instance) override; };