forked from pool/openvswitch
27 lines
1.2 KiB
Diff
27 lines
1.2 KiB
Diff
|
From e54cce931bafa12176989a5d59e3839f1bcfdf0c Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Jaime=20Caama=C3=B1o=20Ruiz?= <jcaamano@suse.com>
|
||
|
Date: Wed, 6 May 2020 16:32:28 +0200
|
||
|
Subject: [PATCH 1/2] Don't change permissions of /dev/hugepages
|
||
|
|
||
|
For SLES/openSUSE, don't change permissions of /dev/hugepages as that is
|
||
|
a system path. Sysadmin shoudl mount hugepages on a path and permission
|
||
|
of his choosing if OVS either manually or via hugeadm.
|
||
|
|
||
|
Updated 2023-02-26 for version 3.1.0
|
||
|
|
||
|
diff --git a/rhel/usr_lib_systemd_system_ovs-vswitchd.service.in b/rhel/usr_lib_systemd_system_ovs-vswitchd.service.in
|
||
|
index 6d021618b..71c49dc59 100644
|
||
|
--- a/rhel/usr_lib_systemd_system_ovs-vswitchd.service.in
|
||
|
+++ b/rhel/usr_lib_systemd_system_ovs-vswitchd.service.in
|
||
|
@@ -16,10 +16,6 @@ EnvironmentFile=/etc/openvswitch/default.conf
|
||
|
EnvironmentFile=-/etc/sysconfig/openvswitch
|
||
|
EnvironmentFile=-/run/openvswitch.useropts
|
||
|
LimitSTACK=2M
|
||
|
-@begin_dpdk@
|
||
|
-ExecStartPre=-/bin/sh -c '/usr/bin/chown :$${OVS_USER_ID##*:} /dev/hugepages'
|
||
|
-ExecStartPre=-/usr/bin/chmod 0775 /dev/hugepages
|
||
|
-@end_dpdk@
|
||
|
ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
|
||
|
--no-ovsdb-server --no-monitor --system-id=random \
|
||
|
${OVS_USER_OPT} \
|