On Wed, Nov 25, 2015 at 03:00:55PM +0800, Henry wrote: > I would like to know is there any auto restart mechanism for the ovs-vswitchd. > > > As I know, some type of physical switcher will auto reboot itself when some > cirtical error happened, there is hardware or software watchdog to monitor > the switcher software running. > > > For the OVS, will it reboot/restart automatically due to some unrecoverable > error? or when the traffic load is overload? or when run out of memory? or > something else? > > > I know there is a healthy monitor porcess monitor the ovs-vswitchd, I think > the monitor is only able to restart the ovs-vswitchd passive, not able to > restart it positive, right?
With --monitor, ovs-vswitchd restarts if it crashes. I don't know what you mean by "passive" and "positive". _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
