On Thu, Jul 13, 2017 at 12:27 PM, Timothy M. Redaelli
<tredae...@redhat.com> wrote:
> On 07/13/2017 04:51 PM, Aaron Conole wrote:
>> During initialization, it's possible that the startup time takes longer
>> than the systemd default provided.  Set this to be 5 minutes.  If we
>> take longer than 5 minutes, maybe something is wrong.
>>
>> As an example of long initialization, enable DPDK, and allocate large
>> numbers of hugepages before starting ovs-vswitchd.  The vswitchd can
>> take two or more minutes to start.  During that time, systemd will decide
>> that the startup time took too long, and kill the parent process, leading
>> eventually to an error like:
>>    ovs|00011|daemon_unix|EMER|pipe write failed (Broken pipe)
>>
>> And a systemd log like:
>>    ovs-vswitchd.service start operation timed out. Terminating.
>>
>> The 5 minutes setting has been observed to work on a system where 400G
>> of hugepages were allocated.
>>
>> Signed-off-by: Aaron Conole <acon...@redhat.com>
>
> LGTM
>
> Reviewed-by: Timothy Redaelli <tredae...@redhat.com>

Thanks, I applied to master and branch-2.7.

I also updated "reviewed-by" to be "acked-by" to match OVS convention.

-- 
Russell Bryant
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to