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 <[email protected]>
Signed-off-by: Aaron Conole <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
apconole authored and blp committed Nov 9, 2018
1 parent 8fa5a28 commit 00b8c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/openvswitch-fedora.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,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 00b8c48

Please sign in to comment.