You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing a service upgrade on a cloud node that hosts multiple principal charms (e.g. nova-compute and ceph-osd), ensure that unattended-upgrades is disabled on the underlying machine for the duration of the upgrade process. This is to prevent the other services from being upgraded outside of Juju’s control. On a cloud node run:
In a previous step, unattended-upgrades were disabled on those cloud nodes that hosted multiple principal charms. Once such a node has had all of its services upgraded, unattended-upgrades should be re-enabled:
sudo dpkg-reconfigure -plow unattended-upgrades
charmed-openstack-upgrader currently does not do this procedure. We should add support for this, since it's a required step for upgrades.
The text was updated successfully, but these errors were encountered:
samuelallan72
changed the title
unattended-upgrades must be disabled for machines with colocated charms
unattended-upgrades must be disabled for machines with colocated charms before upgrading
Jul 16, 2024
samuelallan72
changed the title
unattended-upgrades must be disabled for machines with colocated charms before upgrading
unattended-upgrades must be disabled for machines with collocated charms before upgrading
Jul 16, 2024
According to https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/yoga/upgrade-openstack.html#disable-unattended-upgrades :
Then after all upgrades are complete: https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/yoga/upgrade-openstack.html#re-enable-unattended-upgrades
charmed-openstack-upgrader currently does not do this procedure. We should add support for this, since it's a required step for upgrades.
The text was updated successfully, but these errors were encountered: