changing source doesn't restart <email address hidden>
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph RADOS Gateway Charm |
New
|
Undecided
|
Unassigned |
Bug Description
On openstack charms version 21.04, when upgrading the ceph-radosgw service with "juju config ceph-radosgw source=
This can be reproduced by deploying ceph-radosgw on bionic with source=distro, then running above juju config command, and finally, running "juju run -u ceph-mon/leader 'ceph versions'" and noting that the "rgw" service version is still showing 12.2.13 luminous (stable)".
A simple workaround after the upgraded packages are installed is to run:
juju run -a ceph-radosgw 'systemctl restart ceph-radosgw.
witnessed:
"rgw": {
"ceph version 12.2.13 (584a20eb0237c6
},
expected:
"rgw": {
"ceph version 13.2.8 (5579a94fafbc1f
},
tags: | added: openstack-upgrade |
Maybe related to ceph-mgr bug of similar nature: https:/ /bugs.launchpad .net/charm- ceph-mon/ +bug/1849874