Project

General

Profile

Actions

Bug #52873

closed

ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory

Added by Vidushi Mishra over 2 years ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
% Done:

100%

Source:
Tags:
reshard backport_processed
Backport:
pacific octopus
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

On doing a radosgw-admin reshard list on the slave site, the error is observed

ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory

snippet : ===============

[ceph: root@magna017 /]# radosgw-admin reshard list
2021-10-08T12:30:29.646+0000 7f67b61a0340 1 Realm: data (d62bd711-d486-47be-9c3e-193e49334862)
2021-10-08T12:30:29.646+0000 7f67b61a0340 1 ZoneGroup: us (8f3b29b1-ffc6-4c90-9d0c-9bd258028cd8)
2021-10-08T12:30:29.646+0000 7f67b61a0340 1 Zone: west (3a571642-9f5e-46d8-8186-9eca8cc79ac6)
2021-10-08T12:30:29.646+0000 7f67b61a0340 1 using period configuration: dd132fae-4457-4f49-88b9-55ca2f8adff9:2
[2021-10-08T12:30:29.894+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory
2021-10-08T12:30:29.895+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000001 marker= (2) No such file or directory
2021-10-08T12:30:29.896+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000002 marker= (2) No such file or directory
2021-10-08T12:30:29.897+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000003 marker= (2) No such file or directory
2021-10-08T12:30:29.898+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000004 marker= (2) No such file or directory
2021-10-08T12:30:29.900+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000005 marker= (2) No such file or directory
2021-10-08T12:30:29.900+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000006 marker= (2) No such file or directory
2021-10-08T12:30:29.900+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000007 marker= (2) No such file or directory
2021-10-08T12:30:29.901+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000008 marker= (2) No such file or directory
2021-10-08T12:30:29.901+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000009 marker= (2) No such file or directory
2021-10-08T12:30:29.902+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000010 marker= (2) No such file or directory
2021-10-08T12:30:29.902+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000011 marker= (2) No such file or directory
2021-10-08T12:30:29.902+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000012 marker= (2) No such file or directory
2021-10-08T12:30:29.903+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000013 marker= (2) No such file or directory
2021-10-08T12:30:29.903+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000014 marker= (2) No such file or directory
]
2021-10-08T12:30:29.903+0000 7f67b61a0340 -1 ERROR: failed to list reshard log entries, oid=reshard.0000000015 marker= (2) No such file or directory
[ceph: root@magna017 /]# ^C
[ceph: root@magna017 /]#


Related issues 2 (0 open2 closed)

Copied to rgw - Backport #52957: octopus: ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directoryResolvedCory SnyderActions
Copied to rgw - Backport #52958: pacific: ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directoryResolvedCory SnyderActions
Actions #1

Updated by Vidushi Mishra over 2 years ago

[ceph: root@magna017 /]# ceph versions {
"mon": {
"ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9) quincy (dev)": 3
},
"mgr": {
"ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9) quincy (dev)": 2
},
"osd": {
"ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9) quincy (dev)": 9
},
"mds": {},
"rgw": {
"ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9) quincy (dev)": 2
},
"overall": {
"ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9) quincy (dev)": 16
}
}
[ceph: root@magna017 /]#

Actions #2

Updated by Vidushi Mishra over 2 years ago

ceph version 17.0.0-8051-g15b54dc9 (15b54dc9eaa835e95809e32e8ddf109d416320c9)

Actions #3

Updated by Casey Bodley over 2 years ago

  • Status changed from New to Fix Under Review
  • Tags changed from multisite-reshard to reshard
  • Pull request ID set to 43488

this behavior isn't specific to the wip-rgw-multisite-reshard branch, so i pushed a fix to master instead. these ENOENT errors are not fatal, so shouldn't be logged as ERRORs

Actions #4

Updated by Casey Bodley over 2 years ago

  • Assignee set to Casey Bodley
Actions #5

Updated by Casey Bodley over 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions #6

Updated by Casey Bodley over 2 years ago

  • Status changed from Resolved to Pending Backport
  • Backport set to pacific octopus
Actions #7

Updated by Backport Bot over 2 years ago

  • Copied to Backport #52957: octopus: ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory added
Actions #8

Updated by Backport Bot over 2 years ago

  • Copied to Backport #52958: pacific: ERROR: failed to list reshard log entries, oid=reshard.0000000000 marker= (2) No such file or directory added
Actions #9

Updated by Backport Bot over 1 year ago

  • Tags changed from reshard to reshard backport_processed
Actions #10

Updated by Konstantin Shalygin about 1 year ago

  • Status changed from Pending Backport to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF