Project

General

Profile

Actions

Documentation #53670

open

The specified location-constraint is not valid

Added by A EP over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Unfortunately it is not documented how to deploy rgw manually. I am probably missing steps here, since i can't create a bucket

aws  --endpoint=http://10.180.10.23:7480  s3 mb s3://test
make_bucket failed: s3://test An error occurred (InvalidLocationConstraint) when calling the CreateBucket operation: The specified location-constraint is not valid

this looks unrelated to issue 38119, as the api_name for the zone is fine.

radosgw-admin  zonegroup get --rgw-zonegroup=default
{
    "id": "2340e732-c15c-4853-b29c-a88bc701c40f",
    "name": "default",
    "api_name": "default",
    "is_master": "true",
    "endpoints": [],
    "hostnames": [],
    "hostnames_s3website": [],
    "master_zone": "f04767c0-63ef-49af-99f2-a64d21f5cfba",
    "zones": [
        {
            "id": "f04767c0-63ef-49af-99f2-a64d21f5cfba",
            "name": "default",
            "endpoints": [],
            "log_meta": "false",
            "log_data": "false",
            "bucket_index_max_shards": 11,
            "read_only": "false",
            "tier_type": "",
            "sync_from_all": "true",
            "sync_from": [],
            "redirect_zone": "" 
        }
    ],
    "placement_targets": [
        {
            "name": "default-placement",
            "tags": [],
            "storage_classes": [
                "STANDARD" 
            ]
        }
    ],
    "default_placement": "default-placement",
    "realm_id": "",
    "sync_policy": {
        "groups": []
    }
}

No data to display

Actions

Also available in: Atom PDF