6 May
2025
6 May
'25
2:05 p.m.
Hi, we have a multi zonegroup setup and since after the upgrade from pacific to reef we encountered an issue with creating buckets. When you try to create a bucket in another zonegroup and set the `bucket_location` (Region to create bucket in) parameter in the s3cmd, the radosgw answer with (503 (ServiceUnavailable)) 'reason': 'Slow Down' After removing the bucket_location from the config it just works. I use s3cmd with a really bare bones config. [default] # bucket_location = zg-b host_base = zg-b.test.dev host_bucket = %(bucket)s.zg-b.test.dev access_key = xxx secret_key = yyy website_endpoint = https://%(bucket)s.s3-website-zg-b.test.dev Is this a bug or expected behavior. Cheers Boris