[ovs-dev] [PATCH] ovs-ctl: fix system-id.conf owner

Ben Pfaff blp at ovn.org
Mon Dec 10 21:03:16 UTC 2018


On Thu, Nov 22, 2018 at 04:37:57PM +0100, David Marchand wrote:
> As far as RPMs are concerned, system-id.conf file is declared as being
> owned by openvswitch.
> At the first ovs startup, ovs-ctl creates this file if none exists without
> ensuring this.
> 
> We end up with an inconsistency:
> $ rpm -V openvswitch
> .....UG..  c /etc/openvswitch/system-id.conf
> 
> Fix this when ovs-ctl is the one who creates the file.
> 
> Note: this issue ends up being hidden after a RPM upgrade, since the
> openvswitch user is enforced on the whole /etc/openvswitch directory as a
> %post operation.
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>

Thanks!  Applied to master.


More information about the dev mailing list