]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_sal_dbstore.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / rgw / rgw_sal_dbstore.h
index b2dd3d71e93e27fe2d409407d13becbf930d57be..7fefd20afbdfaade01492c7401504a58ff50f6d2 100644 (file)
@@ -300,6 +300,9 @@ protected:
       zone_ids.clear();
       return 0;
     }
+    bool supports(std::string_view feature) const override {
+      return group->supports(feature);
+    }
     virtual std::unique_ptr<ZoneGroup> clone() override {
       std::unique_ptr<RGWZoneGroup>zg = std::make_unique<RGWZoneGroup>(*group.get());
       return std::make_unique<DBZoneGroup>(store, std::move(zg));