Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reef: mgr/cephadm: discovery service (port 8765) fails on ipv6 only clusters #56093

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

adk3798
Copy link
Contributor

@adk3798 adk3798 commented Mar 10, 2024

backport tracker: https://tracker.ceph.com/issues/63448


backport of #54285
parent tracker: https://tracker.ceph.com/issues/63388

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

Having ms_bind_ipv4=false and ipv6=true the code that the Ceph dashboard runs
for the discovery service (port 8765) fails, because it requests the address
of the mgr container which returns ipv6 and the mgr code expects ipv4 address

Fixes: https://tracker.ceph.com/issues/63388
Signed-off-by: Theofilos Mouratidis <mtheofilos@gmail.com>
(cherry picked from commit 647b5d6)
@adk3798 adk3798 requested a review from a team as a code owner March 10, 2024 19:57
@adk3798 adk3798 added this to the reef milestone Mar 10, 2024
@adk3798
Copy link
Contributor Author

adk3798 commented Mar 12, 2024

jenkins test make check

@adk3798
Copy link
Contributor Author

adk3798 commented Mar 12, 2024

jenkins test dashboard cephadm

@adk3798
Copy link
Contributor Author

adk3798 commented Mar 13, 2024

https://pulpito.ceph.com/adking-2024-03-11_12:07:34-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/

reruns: https://pulpito.ceph.com/adking-2024-03-11_17:13:18-orch:cephadm-wip-adk3-testing-2024-03-11-0143-reef-distro-default-smithi/

After reruns:

  • 4 failed instances of mds_upgrade_sequence, konwn issue
  • test_cephadm fails with Error: Container release squid != cephadm release reef, known issue
  • mgr-nfs-upgrade test fails with rcu_sched detected stalls on CPUs/tasks: ' in syslog, known issue

Nothing to block merging

@adk3798 adk3798 merged commit 89fffc9 into ceph:reef Mar 13, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants