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/rgw_common.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/rgw_common.h')
-rw-r--r-- | src/rgw/rgw_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index f0bd41494c3..d2917838f36 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -337,6 +337,7 @@ inline constexpr const char* RGW_REST_STS_XMLNS = #define ERR_PRESIGNED_URL_EXPIRED 2223 #define ERR_PRESIGNED_URL_DISABLED 2224 #define ERR_AUTHORIZATION 2225 // SNS 403 AuthorizationError +#define ERR_ILLEGAL_LOCATION_CONSTRAINT_EXCEPTION 2226 #define ERR_BUSY_RESHARDING 2300 // also in cls_rgw_types.h, don't change! #define ERR_NO_SUCH_ENTITY 2301 |