Hi, I just did this successfully on a test Reef cluster (no multi-site) $ radosgw-admin object rewrite --bucket=bucket1 --object="myfile.txt" where "--object" is the object name. The epoch and the tag have been updated, so I guess it worked. But I also got a segfault on a Octopus test cluster so I'm not sure if it will work. Maybe try with a test object first and see if it works in general. In your case the object name should be "b1:d09d3d16-8601-448b-bf3d-609b8a29647d.38987.1:2897" then (I guess), or is this just a directory? Any chance to reqrite the object from the client side? Zitat von Jayanth Reddy <jayanthreddy5666@gmail.com>:
Hello Users,
We're running 2 Ceph clusters with v17.2.6 and noticing the error message in # radosgw-admin sync error list
*"message": "failed to sync bucket instance: (125) Operation canceled"*
We've the output as below,
[
{
"shard_id": 0,
"entries": [
{
"id": "1_1690711173.869335_133603.1",
"section": "data",
"name": "b1:d09d3d16-8601-448b-bf3d-609b8a29647d.38987.1:2897",
"timestamp": "2023-07-30T09:59:33.869335Z",
"info": {
"source_zone": "d09d3d16-8601-448b-bf3d-609b8a29647d",
"error_code": 125,
"message": "failed to sync bucket instance: (125) Operation canceled"
}
},
{
"id": "1_1690711175.505687_133683.1",
"section": "data",
"name": "b1:d09d3d16-8601-448b-bf3d-609b8a29647d.38987.1:1719",
"timestamp": "2023-07-30T09:59:35.505687Z",
"info": {
"source_zone": "d09d3d16-8601-448b-bf3d-609b8a29647d",
"error_code": 125,
"message": "failed to sync bucket instance: (125) Operation canceled"
}
},
and with around 26236 errors
# radosgw-admin sync error list | grep -i "(125) Operation canceled" | wc -l
26236
I'm trying to fix these by rewriting objects but I'm having trouble finding the exact object names and the procedure. Any help is really appreciated!
Thanks,
Jayanth _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io