On Archlinux (or Parabola) there is only one systemd unit provied (no nonetwork)

cat ovs-vswitchd.service
[Unit]
Description    = Open vSwitch Daemon
Documentation  = man:ovs-vswitchd
Wants          = network.target
Before         = network.target
Requires       = ovsdb-server.service
After          = ovsdb-server.service

[Service]
ExecStartPre = /sbin/modprobe openvswitch
PIDFile = /run/openvswitch/ovs-vswitchd.pid
ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid

[Install]
WantedBy       = multi-user.target

I have the same issue than Mark, no way for openvswitch to start correctly, I have tested multiple scenarios

On 02/04/16 23:29, Flavio Leitner wrote:
On Thu, 4 Feb 2016 22:10:32 +0000
Benoit <[email protected]> wrote:

Apparently no,

What are the rhel/Fedora scripts just for me to double check?
https://github.com/openvswitch/ovs/blob/master/rhel/usr_lib_systemd_system_openvswitch-nonetwork.service
https://github.com/openvswitch/ovs/blob/master/rhel/usr_lib_systemd_system_openvswitch.service
https://github.com/openvswitch/ovs/blob/master/rhel/etc_sysconfig_network-scripts_ifdown-ovs
https://github.com/openvswitch/ovs/blob/master/rhel/etc_sysconfig_network-scripts_ifup-ovs

The issue that the interfaces show up before their initialization is
independent of the OS.  It happens when OVS is started because the
configuration survives between reboots.

--
fbl


On 04/02/16 20:39, Flavio Leitner wrote:
On Thu, 4 Feb 2016 17:23:44 +0000
Benoit <[email protected]> wrote:
Hi,

Just to say that I got the same issue on ArchLinux (Parabola to be
accurate) which use SystemD as well.
I wrote something probably one month ago here but not a lot of
replies
Does ArchLinux use rhel/Fedora systemd initialization scripts?


_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to