From e303896c78dcab4dee564e55f1d43cd0a96bd044 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 20 Nov 2018 11:31:40 -0800 Subject: [PATCH] rgw: pubsub zone supports writes Signed-off-by: Yehuda Sadeh --- src/rgw/rgw_sync_module_pubsub.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rgw/rgw_sync_module_pubsub.h b/src/rgw/rgw_sync_module_pubsub.h index 72259ba69c70..37a055e76bff 100644 --- a/src/rgw/rgw_sync_module_pubsub.h +++ b/src/rgw/rgw_sync_module_pubsub.h @@ -9,6 +9,9 @@ public: bool supports_data_export() override { return false; } + bool supports_writes() override { + return true; + } int create_instance(CephContext *cct, const JSONFormattable& config, RGWSyncModuleInstanceRef *instance) override; }; -- 2.47.3