diff options
author | Casey Bodley <cbodley@users.noreply.github.com> | 2025-01-09 17:03:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 17:03:50 +0100 |
commit | 46a6f8e001c23e54d324e69751bc2fdf751779aa (patch) | |
tree | fab99da7dd8b849b165f7063e9c1eac1f90844c7 /src/rgw/driver/rados/rgw_sal_rados.h | |
parent | Merge pull request #59960 from smanjara/wip-fix-missing-http-data (diff) | |
parent | qa/rgw: set api_name if not provided in create_zonegroup (diff) | |
download | ceph-46a6f8e001c23e54d324e69751bc2fdf751779aa.tar.xz ceph-46a6f8e001c23e54d324e69751bc2fdf751779aa.zip |
Merge pull request #52791 from clwluvw/location-constraint
rgw: check for location constraint on master zonegroup
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/driver/rados/rgw_sal_rados.h')
-rw-r--r-- | src/rgw/driver/rados/rgw_sal_rados.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/driver/rados/rgw_sal_rados.h b/src/rgw/driver/rados/rgw_sal_rados.h index 23d81a934b0..bd00e726fe7 100644 --- a/src/rgw/driver/rados/rgw_sal_rados.h +++ b/src/rgw/driver/rados/rgw_sal_rados.h @@ -107,7 +107,6 @@ class RadosZone : public StoreZone { virtual const std::string& get_name() const override; virtual bool is_writeable() override; virtual bool get_redirect_endpoint(std::string* endpoint) override; - virtual bool has_zonegroup_api(const std::string& api) const override; virtual const std::string& get_current_period_id() override; virtual const RGWAccessKey& get_system_key() override; virtual const std::string& get_realm_name() override; |