]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_sal.h
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / rgw / rgw_sal.h
index 9d2efccc70a3c5c524bcb0985de3c68666e09536..9b379572d8c2b80cffb7c31aa30cd429caedd0d5 100644 (file)
@@ -1500,6 +1500,8 @@ public:
   virtual int get_zone_by_name(const std::string& name, std::unique_ptr<Zone>* zone) = 0;
   /** List zones in zone group by ID */
   virtual int list_zones(std::list<std::string>& zone_ids) = 0;
+  /// Return true if the given feature is enabled in the zonegroup.
+  virtual bool supports(std::string_view feature) const = 0;
   /** Clone a copy of this zonegroup. */
   virtual std::unique_ptr<ZoneGroup> clone() = 0;
 };