changing vip after deployment does not work
Bug #1952363 reported by
Andre Ruiz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Designate Charm |
Triaged
|
High
|
Unassigned | ||
OpenStack HA Cluster Charm |
Invalid
|
High
|
Unassigned | ||
charms.openstack |
Fix Released
|
High
|
Felipe Reyes | ||
vault-charm |
Fix Released
|
High
|
Felipe Reyes |
Bug Description
Deploy 3 units of an application related to hacluster and a vip set. Change the vip later. The application units, the hacluster units and potentially vault units will execute for some time and finish without errors.
- A new vip resource will appear in crm status, but the old one will not be deleted
- The new vip resource will not be started, new ip will not be added to interface
- Old ip will not be cleared and will still be present on the interface
In the end, except for a new vip resource appearing in crm, nothing will happen.
I would expect the old one to be stopped (the ip removed from nic), deleted and the new one started (new ip added to nic).
Changed in vault-charm: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Felipe Reyes (freyes) |
Changed in charms.openstack: | |
assignee: | nobody → Felipe Reyes (freyes) |
importance: | Undecided → High |
Changed in vault-charm: | |
status: | In Progress → Fix Committed |
milestone: | none → 22.04 |
Changed in vault-charm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi Andre,
Thanks for the report. I have a couple of questions/requests:
1) What's the application related to hacluster?
2) Could you provide us with an anonymized version of the following
commands:
In a hacluster unit run:
sudo crm configure show
sudo crm status
In the juju client run:
juju show-unit hacluster/N
juju show-unit $PRINCIPLE_CHARM/N
(note: replace N with the unit id)
3) Provide us a juju crashdump or a copy of /var/log/juju from the
hacluster units.
Thanks,