Hello,
In our environment we have a user that has a leading whitespace in the UID. I
don’t know how it was created, however I am unable to GET or DELETE it either
using `radosgw-admin` or the Admin API:
# radosgw-admin user list | grep rgw
" rgw-prometheus",
"rgw-prometheus",
When I tr
Following up on this one as I just figured it out in case it helps anyone else:
The leading whitespace must have been some other sort of non-standard
whitespace. If I copied the entire output of the user value from the `user
list` command, and pasted that as the value for --uid in the `radosgw-a
Hello.
We are in the process of building new stage (non-production) Ceph RGW clusters
hosting s3 buckets. We are looking to have our customers migrate their
non-production buckets to these new clusters. We want to help ease the
migration, to hopefully improve adoption, and I wanted to ask the g
Hello,
I have a ceph object cluster (12.2.11) that I am unable to figure out how to
link a bucket to a new user when tenants are involved. If no tenant is
mentioned (default tenant) I am able to link the bucket to a new user in the
default tenant just fine. (e.g.: radosgw-admin bucket link –buc
Hello all,
Looking for guidance on the recommended highest setting (or input on
experiences from users who have a high setting) for rgw_thread_pool_size. We
are running multiple Luminous 12.2.11 clusters with usually 3-4 RGW daemons in
front of them. We set our rgw_thread_pool_size at 512 out o
Thanks everyone, appreciate the input! Definitely going to do some looking into
beast as well.
-Ben
On Oct 11, 2019 5:27 PM, JC Lopez wrote:
Hi All,
currently running some tests and I have run with up to 2048 without any problem.
As per the code here is what it says:
#ifndef MAX_WORKER_THREA
Hey all,
Experiencing an odd issue over the last week or so with a single bucket in a
Ceph Luminous (12.2.11) cluster. We occasionally get a complaint from the owner
of one bucket (bucket1) that a single object they have written has gone
missing. If we list the bucket, the object is indeed miss
Hello,
We are having an issue with bucket index consistency between two zones in a
multisite environment. The master zone (originally a single zone
implementation) is running 12.2.5, and the secondary zone is running 12.2.11.
We implemented a multisite configuration to migrate to new hardware (
Hi Oliver,
In order to run the `s3cmd ws-create`, you need to run it against an RGW that
has the following settings:
rgw_enable_static_website = true
rgw_enable_apis = s3, s3website
You can choose to do so temporarily if you only need to apply that config once,
or leave it running indefinitely