Comment 4 for bug 1917742

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-osd (master)

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-osd/+/780763
Committed: https://opendev.org/openstack/charm-ceph-osd/commit/1af3d6f041bb416b3ed56c9ac1167c0926284ffb
Submitter: "Zuul (22348)"
Branch: master

commit 1af3d6f041bb416b3ed56c9ac1167c0926284ffb
Author: Chris MacNaughton <email address hidden>
Date: Tue Mar 16 10:38:45 2021 +0100

    Update get_mon_hosts to not specify mon ports

    Update get_mon_hosts to avoid specifying the port number for the
    MON daemons; we use the default so this is not required, and at
    Nautilus the MON daemons run both v1 and v2 messenger ports.

    Specifying the port in the ceph.conf file disables the v2
    messenger port which is not the desired behaviour on upgrade
    or new installation.

    Change-Id: I5333cc85f755771733fe09e963d5523fd93c16d2
    Closes-Bug: #1917742