kolla-ansible/releasenotes/notes/bug-1979295-3088a4a1c7b391d7.yaml
Michal Arbet 889c0d168c Fix nested mounts of /run/openvswitch
As kolla-toolbox is mounting /run:/run
there is no need to mount also /run/openvswitch.
This is causing /run/openvswitch is mounted
again and again up to 32767 times after kolla-toolbox
restart.

Closes-Bug: #1979295
Change-Id: I49b3bde8b2bd61b6c931a81542a0d89f8a303ffc
2022-06-21 11:47:04 +02:00

8 lines
193 B
YAML

---
fixes:
- |
Fixes the issue of exponential growth of
/run/openvswitch mounts when kolla-toolbox
container is restarted.
`LP#1979295 <https://launchpad.net/bugs/1979295>`__