Skip to content

qa/cephadm: set upgrade start to 15.2.2: Fix RGW#35740

Closed
sebastian-philipp wants to merge 1 commit intoceph:masterfrom
sebastian-philipp:qa-cephadm-upgrade-15.2.2
Closed

qa/cephadm: set upgrade start to 15.2.2: Fix RGW#35740
sebastian-philipp wants to merge 1 commit intoceph:masterfrom
sebastian-philipp:qa-cephadm-upgrade-15.2.2

Conversation

@sebastian-philipp
Copy link
Contributor

Fixes: https://tracker.ceph.com/issues/46157

Signed-off-by: Sebastian Wagner sebastian.wagner@suse.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard backend
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

Fixes: https://tracker.ceph.com/issues/46157

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
@sebastian-philipp
Copy link
Contributor Author

jenkins test dashboard backend

@sebastian-philipp
Copy link
Contributor Author

sebastian-philipp commented Jun 24, 2020

2020-06-24T11:38:57.216 INFO:teuthology.orchestra.run.smithi067:> git archive --remote=git://git.ceph.com/ceph-ci.git v15.2.2 src/cephadm/cephadm | tar -xO src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm
2020-06-24T11:38:57.307 INFO:teuthology.orchestra.run.smithi067.stderr:remote: fatal: Not a valid object name
2020-06-24T11:38:57.308 INFO:teuthology.orchestra.run.smithi067.stderr:remote: git upload-archive: archiver died with error
2020-06-24T11:38:57.308 INFO:teuthology.orchestra.run.smithi067.stderr:tar: This does not look like a tar archive
2020-06-24T11:38:57.308 INFO:teuthology.orchestra.run.smithi067.stderr:tar: src/cephadm/cephadm: Not found in archive
2020-06-24T11:38:57.308 INFO:teuthology.orchestra.run.smithi067.stderr:tar: Exiting with failure status due to previous errors

(I just pushed the tag to ceph-ci)

@sebastian-philipp
Copy link
Contributor Author

@sebastian-philipp
Copy link
Contributor Author

sebastian-philipp commented Jun 24, 2020

2020-06-24T12:26:13.185 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 log_channel(cluster) log [ERR] : Unhandled exception from module 'cephadm' while running on mgr.y: DaemonDescription
2020-06-24T12:26:13.185 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 cephadm.serve:
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 Traceback (most recent call last):
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/cephadm/module.py", line 1171, in serve
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     self._check_daemons()
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/cephadm/module.py", line 2588, in _check_daemons
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     spec = self.spec_store.specs.get(dd.service_name(), None)
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1312, in service_name
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     return f'{self.daemon_type}.{self.service_id()}'
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1305, in service_id
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     raise OrchestratorError(f"DaemonDescription: Cannot calculate service_id: {v}")
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: ['realm', 'zone', 'a']

@mgfritch do you know when we changed this? as a last resort, we have to wait with enabling upgrading RGW, till we have released octopus with a fix this this traceback

@mgfritch
Copy link
Contributor

mgfritch commented Jun 24, 2020

2020-06-24T12:26:13.185 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 log_channel(cluster) log [ERR] : Unhandled exception from module 'cephadm' while running on mgr.y: DaemonDescription
2020-06-24T12:26:13.185 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 cephadm.serve:
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: debug 2020-06-24T12:26:12.916+0000 7f4d004a9700 -1 Traceback (most recent call last):
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/cephadm/module.py", line 1171, in serve
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     self._check_daemons()
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/cephadm/module.py", line 2588, in _check_daemons
2020-06-24T12:26:13.186 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     spec = self.spec_store.specs.get(dd.service_name(), None)
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1312, in service_name
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     return f'{self.daemon_type}.{self.service_id()}'
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:   File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1305, in service_id
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]:     raise OrchestratorError(f"DaemonDescription: Cannot calculate service_id: {v}")
2020-06-24T12:26:13.187 INFO:ceph.mgr.y.smithi001.stdout:Jun 24 12:26:12 smithi001 bash[8300]: orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: ['realm', 'zone', 'a']

@mgfritch do you know when we changed this? as a last resort, we have to wait with enabling upgrading RGW, till we have released octopus with a fix this this traceback

commit fbdd13a in the June backport to octopus (#35347)

@sebastian-philipp
Copy link
Contributor Author

replaced by #35761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants