[ceph-users] How to use radosgw-min find ?

2019-09-12 Thread EDH - Manuel Rios Fernandez
Hi! We're looking to mantain our rgw pools out of orphans objects, checking the documentation and mailist is not really clear how it works and what will do. Radosgw-admin orphands find -pool= --job-id= Loops over all objects in the cluster looking for leaked objects and add it to a

[ceph-users] Re: Delete objects on large bucket very slow

2019-09-12 Thread Paul Emmerich
--max-concurrent-ios helps with deletion speed, there's also a memory leak during deletion which is being fixed here: https://github.com/ceph/ceph/pull/30174 Paul -- Paul Emmerich Looking for help with your Ceph cluster? Contact us at https://croit.io croit GmbH Freseniusstr. 31h 81247

[ceph-users] Re: the different between flag system and admin when create user rgw

2019-09-12 Thread Casey Bodley
Admin users bypass most authorization checks, so are useful for maintenance on buckets/objects owned by other users. They also have full read/write capabilities to the /admin/ apis. System users are for requests made on behalf of radosgw itself. Multisite replication requires a system user in

[ceph-users] Re: Bug identified: Dashboard proxy configuration is not working as expected

2019-09-12 Thread Lenz Grimmer
Hi Thomas, On 9/12/19 10:21 AM, Thomas wrote: > I have successfully configured Ceph dashboard following the this > documentation. > > According to the documentation you can configure a URL prefix with this > command: > ceph config set mgr

[ceph-users] Re: Delete objects on large bucket very slow

2019-09-12 Thread tuan dung
Hi Paul, thank for your answer. Can you explain clearly for me about: - How does ceph's deleting object operator work? (it mean about how delete object flow in ceph works?) - using s3cmd tool which install in client to delete object, how to improve speed of delete object operator (objects/s) with

[ceph-users] Re: Delete objects on large bucket very slow

2019-09-12 Thread Konstantin Shalygin
On 9/13/19 10:46 AM, tuan dung wrote: thank for your answer. Can you explain clearly for me about: - How does ceph's deleting object operator work? (it mean about how delete object flow in ceph works?) - using s3cmd tool which install in client to delete object, how to improve speed of delete