Actions
Bug #63499
closedcephadm: rgw multisite test "ceph rgw realm bootstrap" fails with "KeyError: 'realm_name'"
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Tags:
Description
seen this in two separate runs with totally different PRs included, so fairly confident it's caused by something already merged in main
2023-11-08T09:44:19.128 INFO:teuthology.orchestra.run.smithi003.stderr:Error EINVAL: Traceback (most recent call last): 2023-11-08T09:44:19.129 INFO:teuthology.orchestra.run.smithi003.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 1811, in _handle_command 2023-11-08T09:44:19.129 INFO:teuthology.orchestra.run.smithi003.stderr: return CLICommand.COMMANDS[cmd['prefix']].call(self, cmd, inbuf) 2023-11-08T09:44:19.129 INFO:teuthology.orchestra.run.smithi003.stderr: File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call 2023-11-08T09:44:19.129 INFO:teuthology.orchestra.run.smithi003.stderr: return self.func(mgr, **kwargs) 2023-11-08T09:44:19.130 INFO:teuthology.orchestra.run.smithi003.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 96, in wrapper 2023-11-08T09:44:19.130 INFO:teuthology.orchestra.run.smithi003.stderr: return func(self, *args, **kwargs) 2023-11-08T09:44:19.130 INFO:teuthology.orchestra.run.smithi003.stderr: File "/usr/share/ceph/mgr/rgw/module.py", line 189, in _cmd_rgw_realm_bootstrap 2023-11-08T09:44:19.130 INFO:teuthology.orchestra.run.smithi003.stderr: RGWAM(self.env).realm_bootstrap(spec, start_radosgw) 2023-11-08T09:44:19.130 INFO:teuthology.orchestra.run.smithi003.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 537, in realm_bootstrap 2023-11-08T09:44:19.131 INFO:teuthology.orchestra.run.smithi003.stderr: self.update_period(realm, zonegroup) 2023-11-08T09:44:19.131 INFO:teuthology.orchestra.run.smithi003.stderr: File "/lib/python3.6/site-packages/ceph/rgw/rgwam_core.py", line 514, in update_period 2023-11-08T09:44:19.131 INFO:teuthology.orchestra.run.smithi003.stderr: period = RGWPeriod(period_info) 2023-11-08T09:44:19.131 INFO:teuthology.orchestra.run.smithi003.stderr: File "/lib/python3.6/site-packages/ceph/rgw/types.py", line 120, in __init__ 2023-11-08T09:44:19.131 INFO:teuthology.orchestra.run.smithi003.stderr: self.realm_name = period_dict['realm_name'] 2023-11-08T09:44:19.132 INFO:teuthology.orchestra.run.smithi003.stderr:KeyError: 'realm_name' 2023-11-08T09:44:19.132 INFO:teuthology.orchestra.run.smithi003.stderr:
https://pulpito.ceph.com/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452169/
https://pulpito.ceph.com/adking-2023-11-08_01:34:19-orch:cephadm-wip-adk-testing-2023-11-07-1631-distro-default-smithi/7451669/
Updated by Laura Flores over 2 years ago
- Is duplicate of Bug #63783: mgr: 'ceph rgw realm bootstrap' fails with KeyError: 'realm_name' added
Actions