Reshard my ceph object

huongnv

New Member
Feb 28, 2022
1
0
1
29
Hello everyone,

Im resharding my bucket, when I add number_shard 16 in queue, the process sharding is success, I check with command: radosgw-admin reshard status --bucket <bucket_id>

[

{

"reshard_status": "not-resharding",

"new_bucket_instance_id": "",

"num_shards": -1

}

]

but I check radosgw-admin bucket limit stats --bucket <bucket-id> is zero, number_shards is 0,
After that, I try to cancel my reshard process, then I try reshard mybucket, it notice the bucket is currently undergoing resharding and cannot be added to the reshard list at this time, then Now I unable to reshard my bucke.

Do anyone have same problem to me and guide to me fix this problem?

Thank you so much.