From: Yehuda Sadeh Date: Tue, 20 Nov 2018 19:31:40 +0000 (-0800) Subject: rgw: pubsub zone supports writes X-Git-Tag: v14.1.0~616^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e303896c78dcab4dee564e55f1d43cd0a96bd044;p=ceph.git rgw: pubsub zone supports writes Signed-off-by: Yehuda Sadeh --- 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; };