aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorSaravanan KR <skramaja@redhat.com>2017-06-27 19:17:43 +0530
committerSaravanan KR <skramaja@redhat.com>2017-07-10 16:12:05 +0530
commitd7738012e13668e992c8d35cdd23e8527305a88e (patch)
treebc643d17cf25b631cc04fe122eed80a9e8699e6f /releasenotes
parentb5081b67e5f5a6c88c149f0cd13e0053494f6d60 (diff)
Added OvS permission workaround for enabling DPDK
The vhost sockets sockets are created with qemu permission, but ovs runs with root permission. In order to allow ovs to access vhost sockets reducing the ovs group permission from root to qemu. This is a temprovary workaround, until ovs fixes the permission issue. The script supports both ovs2.6 and ovs2.7 versions. Change-Id: I172956390c19fc9824bf7590cd48bfcf6201191b
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ovs-dpdk-permission-workaround-20aaebcc8d6009ec.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ovs-dpdk-permission-workaround-20aaebcc8d6009ec.yaml b/releasenotes/notes/ovs-dpdk-permission-workaround-20aaebcc8d6009ec.yaml
new file mode 100644
index 00000000..f8c06fd6
--- /dev/null
+++ b/releasenotes/notes/ovs-dpdk-permission-workaround-20aaebcc8d6009ec.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - Fixed the openvswitch permission to allow ovs to access vhost
+ sockets created by qemu. This is a workaround until openvswitch
+ provides the actual solution.
+