Project

General

Profile

Actions

Bug #22617

open

ceph rgw can't delete some object

Added by fpq f over 6 years ago. Updated over 6 years ago.

Status:
Need More Info
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

I put some files on ceph and when i delete files "s3cmd rm s3://fpq/fpq.mp3",and i check on ceph culster “rados -p default.rgw.buckets.data ls”,i found some object can't delete like

93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.GFG5Wj7Pjh2F1Ykpz8fN0Ve8OpBZYGh_1
93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.GFG5Wj7Pjh2F1Ykpz8fN0Ve8OpBZYGh_2

and i see rgw-node
[root@ceph-rgw ceph]# radosgw-admin gc list --include-all --cluster ceph --name client.radosgw.gateway
2018-01-09 01:11:02.716499 7ff5d1ca59c0 0 RGWZoneParams::create(): error creating default zone params: (17) File exists
[ {
"tag": "93541ddd-3a56-49fe-a109-83e09bcd7483.211795.12\u0000",
"time": "2018-01-09 03:10:41.0.910238s",
"objs": [ {
"pool": "default.rgw.buckets.data",
"oid": "93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.GFG5Wj7Pjh2F1Ykpz8fN0Ve8OpBZYGh_1",
"key": "",
"instance": ""
}, {
"pool": "default.rgw.buckets.data",
"oid": "93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.GFG5Wj7Pjh2F1Ykpz8fN0Ve8OpBZYGh_2",
"key": "",
"instance": ""
}
]
}
]

and less /var/log/ceph/client.radosgw.gateway.log

2018-01-09 00:02:44.935987 7f4f337fe700 0 gc::process: removing default.rgw.buckets.data:93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.US9QzR0IwEIjQqT1hOeT4z3LGOUQvOB_1
2018-01-09 00:02:44.952399 7f4f337fe700 0 gc::process: removing default.rgw.buckets.data:93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.US9QzR0IwEIjQqT1hOeT4z3LGOUQvOB_2
2018-01-09 01:02:46.033928 7f4f337fe700 0 gc::process: removing default.rgw.buckets.data:93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.Ft7LpRIVKhT1BAkIkP-qgdLTt8GYWJR_1
2018-01-09 01:02:46.049797 7f4f337fe700 0 gc::process: removing default.rgw.buckets.data:93541ddd-3a56-49fe-a109-83e09bcd7483.44424.2__shadow_.Ft7LpRIVKhT1BAkIkP-qgdLTt8GYWJR_2
2018-01-09 01:08:49.354710 7f30d0d699c0 0 RGWZoneParams::create(): error creating default zone params: (17) File exists
2018-01-09 01:10:38.716822 7f4ef3fbf700 1 ====== starting new request req=0x7f4ef3fb9710 =====
2018-01-09 01:10:39.183636 7f4ef3fbf700 1 ====== req done req=0x7f4ef3fb9710 op status=0 http_status=200 ======
2018-01-09 01:10:39.183750 7f4ef3fbf700 1 civetweb: 0x7f4f5c001f60: 10.134.238.153 - - [09/Jan/2018:01:10:38 +0800] "PUT /Test1/fpq.mp3 HTTP/1.1" 200 0 - -
2018-01-09 01:10:52.173880 7f4f087e8700 1 ====== starting new request req=0x7f4f087e2710 =====
2018-01-09 01:10:52.222616 7f4f087e8700 1 ====== req done req=0x7f4f087e2710 op status=0 http_status=204 ======
2018-01-09 01:10:52.222686 7f4f087e8700 1 civetweb: 0x7f4f60000f90: 10.134.238.153 - - [09/Jan/2018:01:10:52 +0800] "DELETE /Test1/fpq.mp3 HTTP/1.1" 204 0 - -
2018-01-09 01:11:02.716499 7ff5d1ca59c0 0 RGWZoneParams::create(): error creating default zone params: (17) File exists


Files

client.radosgw.gateway.log.txt (69.8 KB) client.radosgw.gateway.log.txt fpq f, 01/12/2018 04:38 PM
test.txt (38.6 KB) test.txt fpq f, 01/16/2018 01:02 PM
Actions

Also available in: Atom PDF