after running ``os-nova-install.yml`` lost instances connectivity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Expired
|
Undecided
|
Unassigned |
Bug Description
+++++++
Problematic Environment:
+++++++
~~~
OS: Ubuntu 22.04
Kernel: 5.15.0-134-generic
OpenStack Release: 2023.1 aka Antelope
~~~
++++++
Issue:
++++++
Wanted to apply some nova overrides, so added that in ``user-variable``
~~~
nova_nova_
libvirt:
cpu_mode: custom
~~~
and ran the ``os-nova-
* This playbook also restarts the compute services across the cluster. After that all 100's of running instances was unreachable, ping was not happened.
+++++++++++
Workaround:
+++++++++++
* To block the users immediately restarted openvswitch on all computes and bring back the instance live, rechability form and users were able to access the VM.
Looking for a resolution even if we restart the nova-computes on any node.
Thanks,
cNilesh.
summary: |
- after running ``os-nova-install.yml`` lost instances connectivity Edit + after running ``os-nova-install.yml`` lost instances connectivity |
Hello Nilesh,
Thank you for this report.
So basically you applied change on nova compute, restarted nova compute service, and you lost connectivity on VMs, right? You did not made any chance on neutron or restarted any part of neutron?
Also Are you using ML2/OVS or ML2/OVN ?