Re: [lxc-devel] [PATCH] Make get_ips timeout poll configurable

2013-07-16 Thread Stéphane Graber
On Fri, Jul 12, 2013 at 02:06:20PM -0700, John McFarlane wrote: > This commit increases the default timeout used by lxc-start-ephemeral > from 5 to 10, and adds support for an LXC_IP_TIMEOUT override. > > Patchset 2: > - Previous patch used a command line arg. > > Signed-off-by: John McFarlane

[lxc-devel] [PATCH] Make get_ips timeout poll configurable

2013-07-12 Thread John McFarlane
This commit increases the default timeout used by lxc-start-ephemeral from 5 to 10, and adds support for an LXC_IP_TIMEOUT override. Patchset 2: - Previous patch used a command line arg. Signed-off-by: John McFarlane --- src/lxc/lxc-start-ephemeral.in | 2 +- src/python-lxc/lxc/__init__.py |

Re: [lxc-devel] [PATCH] Make get_ips timeout poll configurable

2013-07-08 Thread John McFarlane
Thank you :) On Mon, Jul 8, 2013 at 10:56 AM, Stéphane Graber wrote: > On Mon, Jul 08, 2013 at 10:26:09AM -0700, John McFarlane wrote: > > Locally I find 5 seconds to be inadequate to reliably obtain the ip > > address of a container. This commit only adds an option, a subsequent > > commit cou

Re: [lxc-devel] [PATCH] Make get_ips timeout poll configurable

2013-07-08 Thread Stéphane Graber
On Mon, Jul 08, 2013 at 10:26:09AM -0700, John McFarlane wrote: > Locally I find 5 seconds to be inadequate to reliably obtain the ip > address of a container. This commit only adds an option, a subsequent > commit could increase the default (5) if that seems reasonable. > > Signed-off-by: John M

[lxc-devel] [PATCH] Make get_ips timeout poll configurable

2013-07-08 Thread John McFarlane
Locally I find 5 seconds to be inadequate to reliably obtain the ip address of a container. This commit only adds an option, a subsequent commit could increase the default (5) if that seems reasonable. Signed-off-by: John McFarlane --- src/lxc/lxc-start-ephemeral.in | 5 - 1 file changed, 4