On Tue, Nov 06, 2018 at 12:28:15PM -0500, Aaron Conole wrote: > Reported-by: Edgar Hoch <[email protected]> > Signed-off-by: Aaron Conole <[email protected]> > --- > rhel/openvswitch-fedora.spec.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in > index ba55fb55c..7a3fcf93a 100644 > --- a/rhel/openvswitch-fedora.spec.in > +++ b/rhel/openvswitch-fedora.spec.in > @@ -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
Thanks, I applied this to master and backported as far as branch-2.9. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
