Comment 24 for bug 1712185

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/513489
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=46081445d681074d5c598e725e0c568e1402dd14
Submitter: Zuul
Branch: master

commit 46081445d681074d5c598e725e0c568e1402dd14
Author: Brian Haley <email address hidden>
Date: Thu Oct 19 15:54:45 2017 -0400

    Change iptables-restore lock interval to 5 per second

    The default wait-interval for iptables-restore when
    using -w is 1 second between tries. On a busy system
    that could mean we timeout before we get the lock. Try
    5 times per second instead by using -W 200000.

    Change-Id: I8307db20187516be781e37c191d8f09a9a8e3dc3
    Related-bug: #1712185