Browse Source
Till now, the ovs service file and ovs-ctl command files are patched to allow ovs to run with qemu group. In order to remove this workarounds, a new group hugetlbfs is created which will be shared between ovs and qemu. This patch contains the changes required for applying these changes. Vhostuser Socket Directory is changed from "/var/run/openvswitch" to "/var/lib/vhost_sockets" to avoid modifying the directory access by packaged scripts. Depends-On: I5fc2f852c66c2b825af96aba2657d0f9085dc8c3 Patch-url: https://review.openstack.org/#/c/547961/ Change-Id: Id727a514610816c8223aa0dcd49a70caec29a21dchanges/22/531322/13
4 changed files with 43 additions and 8 deletions
@ -0,0 +1,9 @@
|
||||
--- |
||||
features: |
||||
- Till now, the ovs service file and ovs-ctl command files are patched |
||||
to allow ovs to run with qemu group. In order to remove this |
||||
workarounds, a new group hugetlbfs is created which will be shared |
||||
between ovs and qemu. Vhostuser Socket Directory is changed from |
||||
"/var/run/openvswitch" to "/var/lib/vhost_sockets" to avoid modifying |
||||
the directory access by packaged scripts. Use env file |
||||
ovs-dpdk-permissions.yaml while deploying. |
Loading…
Reference in new issue