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

COU should deal with Deferred service events #212

Closed
gabrielcocenza opened this issue Jan 9, 2024 · 1 comment
Closed

COU should deal with Deferred service events #212

gabrielcocenza opened this issue Jan 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gabrielcocenza
Copy link
Member

The deferred service events feature allows the operator the choose to prevent these service restarts and hook calls from occurring.

COU need to check before upgrading and after upgrading if the following charms has deferred-events to run:

List of charms that can have this:

@aieri aieri added the enhancement New feature or request label Mar 5, 2024
@Pjack
Copy link

Pjack commented Jul 26, 2024

  1. Support rabbitmq: feat: support enable-auto-restarts=False for rabbitmq-server. #413

  2. According to the discussion with ovn team, the correct way of handling ovn-{chassis,dedicated-chassis,central} charms is outlined in the upstream documentation: OVN Upgrades — Open Virtual Network (OVN) 24.03.90 documentation . In terms of the upgrade for the ovn charms, as long as the ovn-{chassis,dedicated-chassis} is upgraded before ovn-central, and with enable-auto-restart=True and enable-version-pinning=False the rolling upgrades is automatically supported by the charm / ovn-* itself. This means that supporting enable-auto-restart=False is unnecessary, and only complicates the upgrade process of ovn charms.

In Cou, it will block the user if enable-auto-restart=True and enable-version-pinning=False is not True

@Pjack Pjack closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants