From fb7cfd958e334a7aca0e716406b8154251b58d4e Mon Sep 17 00:00:00 2001 From: "Javier M. Mellid" Date: Thu, 22 Nov 2018 02:31:39 +0100 Subject: [PATCH] rgw: archive: zone supports writes Signed-off-by: Javier M. Mellid --- src/rgw/rgw_data_sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_data_sync.h b/src/rgw/rgw_data_sync.h index 4c8dcb36c1913..cf236f49061ca 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; }; -- 2.39.5