Skip to content

Commit

Permalink
rhel: hugetlbfs group should be added as a system group.
Browse files Browse the repository at this point in the history
Reported-by: Edgar Hoch <edgar.hoch@ims.uni-stuttgart.de>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
apconole authored and blp committed Nov 9, 2018
1 parent f2f7002 commit 70a03df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/openvswitch-fedora.spec.in
Expand Up @@ -392,7 +392,7 @@ getent passwd openvswitch >/dev/null || \
-c "Open vSwitch Daemons" openvswitch

%if %{with dpdk}
getent group hugetlbfs >/dev/null || groupadd hugetlbfs
getent group hugetlbfs >/dev/null || groupadd -r hugetlbfs
usermod -a -G hugetlbfs openvswitch
%endif
exit 0
Expand Down

0 comments on commit 70a03df

Please sign in to comment.