]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_sal_motr.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / rgw / rgw_sal_motr.h
index 91f67a20b638b34c209bdba3bc3a1ac872453fda..f2dfda2c510cb3983de94a981136fb8ea83d3402 100644 (file)
@@ -471,6 +471,9 @@ public:
     return 0;
   }
   const RGWZoneGroup& get_group() { return group; }
+  bool supports(std::string_view feature) const override {
+    return group.supports(features);
+  }
   virtual std::unique_ptr<ZoneGroup> clone() override {
     return std::make_unique<MotrZoneGroup>(store, group);
   }