enable-auto-restarts shouldn't prevent install hooks from running during first deploy
Bug #1964994 reported by
Garrett Neugent
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
charm-ovn-chassis |
New
|
Undecided
|
Unassigned |
Bug Description
Hello,
After deploying nova-compute to a new machine (with ovn-chassis as a subordinate), i see the following status:
ovn-chassis/23 active executing <IP> Hooks skipped due to disabled auto restarts: install
I think a better user experience would be to configure enable-
Thanks!
tags: | added: bseng-121 |
To post a comment you must log in.
I just hit this while debugging some redeployed computes on a cloud being prepared for handover. I had to spend hours of time to dig in to figure out that the reason the neutron-sriov-agent package wasn't being installed (in response to a nova-compute- relation- joined hook triggering the enable_openstack handler) was because of enable- auto-restarts being set to false. And it does basically break automation of redeploys; to get redeploys to work cleanly without the charm going into an error state, we need to set enable- auto-restarts to true prior to doing so, and remember to set enable- auto-restarts back to false afterwards.