Re: [ceph-users] Slow objects deletion

2017-12-12 Thread David Turner
To delete objects quickly, I set up a multi-threaded python script, but then I learned about the --bypass-gc so I've been trying to use that instead of putting all of the object into the GC to be deleted. Deleting using radosgw-admin is not multi-threaded. On Tue, Dec 12, 2017, 5:43 AM Rafał

[ceph-users] Slow objects deletion

2017-12-12 Thread Rafał Wądołowski
Hi, Is there any known fast procedure to delete objects in large buckets? I have about 40 milions of objects. I used: radosgw-admin bucket rm --bucket=bucket-3 --purge-objects but it is very slow. I am using ceph luminous (12.2.1). Is it working in parallel? -- BR, Rafał Wądołowski