Activity log for bug #2026602

Date Who What changed Old value New value Message
2023-07-07 17:49:57 Gabriel Cocenza bug added bug
2023-07-10 07:50:16 Peter Sabaini charms.ceph: status New Confirmed
2023-07-10 12:23:52 Gabriel Cocenza description I'm currently trying to upgrade ceph-mon from victoria to wallaby with this steps: - changed the charm channel to "pacific/stable" - changed the ceph-mon source from "cloud:focal-wallaby" to "cloud:focal-wallaby" Looking at the logs I saw: unit-ceph-mon-0: 17:08:48 DEBUG unit.ceph-mon/0.juju-log No hardening applied to 'config_changed' unit-ceph-mon-0: 17:08:48 INFO unit.ceph-mon/0.juju-log old_version: None unit-ceph-mon-0: 17:08:48 INFO unit.ceph-mon/0.juju-log new_version: None unit-ceph-mon-0: 17:08:48 ERROR unit.ceph-mon/0.juju-log Invalid upgrade path from None to None. Valid paths are: ['firefly -> hammer', 'hammer -> jewel', 'jewel -> luminous', 'luminous -> mimic', 'mimic -> nautilus', 'nautilus -> octopus'] When I ssh into the unit is possible to see that the payload didn't upgrade: ubuntu@juju-98bcec-0-lxd-2:~$ ceph-mon -v ceph version 15.2.17 (8a82819d84cf884bd39c17e3236e0632ac146dc4) octopus (stable) This is happening because UCA_CODENAME_MAP on charms.ceph[0] on the branch "stable/pacific" is mapping until ussuri, so when wallaby appears it return None. [0] https://github.com/openstack/charms.ceph/blob/stable/pacific/charms_ceph/utils.py#L3173 I'm currently trying to upgrade ceph-mon from victoria to wallaby with this steps: - changed the charm channel to "pacific/stable" - changed the ceph-mon source from "cloud:focal-victoria" to "cloud:focal-wallaby" Looking at the logs I saw: unit-ceph-mon-0: 17:08:48 DEBUG unit.ceph-mon/0.juju-log No hardening applied to 'config_changed' unit-ceph-mon-0: 17:08:48 INFO unit.ceph-mon/0.juju-log old_version: None unit-ceph-mon-0: 17:08:48 INFO unit.ceph-mon/0.juju-log new_version: None unit-ceph-mon-0: 17:08:48 ERROR unit.ceph-mon/0.juju-log Invalid upgrade path from None to None. Valid paths are: ['firefly -> hammer', 'hammer -> jewel', 'jewel -> luminous', 'luminous -> mimic', 'mimic -> nautilus', 'nautilus -> octopus'] When I ssh into the unit is possible to see that the payload didn't upgrade: ubuntu@juju-98bcec-0-lxd-2:~$ ceph-mon -v ceph version 15.2.17 (8a82819d84cf884bd39c17e3236e0632ac146dc4) octopus (stable) This is happening because UCA_CODENAME_MAP on charms.ceph[0] on the branch "stable/pacific" is mapping until ussuri, so when wallaby appears it return None. [0] https://github.com/openstack/charms.ceph/blob/stable/pacific/charms_ceph/utils.py#L3173
2023-07-27 23:09:36 Gabriel Cocenza charms.ceph: status Confirmed Fix Released
2023-07-27 23:10:29 Gabriel Cocenza bug task added charm-ceph-radosgw
2023-07-27 23:11:30 Gabriel Cocenza charm-ceph-radosgw: status New Fix Committed
2023-07-27 23:13:37 Gabriel Cocenza bug task added charm-ceph-mon
2023-07-27 23:13:45 Gabriel Cocenza charm-ceph-mon: status New Fix Released