summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_common.h
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@users.noreply.github.com>2025-01-09 17:03:50 +0100
committerGitHub <noreply@github.com>2025-01-09 17:03:50 +0100
commit46a6f8e001c23e54d324e69751bc2fdf751779aa (patch)
treefab99da7dd8b849b165f7063e9c1eac1f90844c7 /src/rgw/rgw_common.h
parentMerge pull request #59960 from smanjara/wip-fix-missing-http-data (diff)
parentqa/rgw: set api_name if not provided in create_zonegroup (diff)
downloadceph-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.h1
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