[ceph-users] Access/Delete RGW user with leading whitespace

2020-11-27 Thread Benjamin . Zieglmeier
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

[ceph-users] Re: [EXTERNAL] Access/Delete RGW user with leading whitespace

2020-11-27 Thread Benjamin . Zieglmeier
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

[ceph-users] Migrate Individual Buckets

2022-12-12 Thread Benjamin . Zieglmeier
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

[ceph-users] Bucket link problem with tenants

2020-06-17 Thread Benjamin . Zieglmeier
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

[ceph-users] RadosGW max worker threads

2019-10-11 Thread Benjamin . Zieglmeier
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

[ceph-users] [EXTERNAL] Re: RadosGW max worker threads

2019-10-12 Thread Benjamin . Zieglmeier
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

[ceph-users] object goes missing in bucket

2019-10-14 Thread Benjamin . Zieglmeier
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

[ceph-users] Radosgw sync incomplete bucket indexes

2019-10-23 Thread Benjamin . Zieglmeier
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 (

[ceph-users] Re: [EXTERNAL] Static website hosting with RGW

2019-10-25 Thread Benjamin . Zieglmeier
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