Hi, Both commands did not come back with any output after 30min I found that people have had run: radosgw-admin reshard cancel --tenant="..." --bucket="..." --uid="..." --debug-rgw=20 --debug-ms=1 and I got this error in the output: 2021-03-10 09:30:20.215 7f8aa239d940 -1 ERROR: failed to remove entry from reshard log, oid=reshard.0000000005 tenant=... bucket=... this lead me to runt radosgw-admin bucket check --fix --tenant=... --bucket=... --uid=... --debug-rgw=20 --debug-ms=1 and it is not finished yet so I'll give some update as soon as it is done Thanks, Ansgar Am Mi., 10. März 2021 um 10:55 Uhr schrieb Konstantin Shalygin <k0ste@k0ste.ru>:
Try to look at: radosgw-admin reshard stale-instances list
Then: radosgw-admin reshard stale-instances rm
k
On 10 Mar 2021, at 12:11, Ansgar Jazdzewski <a.jazdzewski@googlemail.com> wrote:
We are running ceph 14.2.16 and I like to reshard a bucket because I have a large object warning!
so I did: radosgw-admin bucket reshard --tenant="..." --bucket="..." --uid="..." --num-shards=512 but I got receive an error:
ERROR: the bucket is currently undergoing resharding and cannot be added to the reshard list at this time
`radosgw-admin reshard list` is empty so I assume I have to delete some leftovers from the old resharding!? did someone has had this before?