Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Jan Kiszka
On 2012-08-21 15:11, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> On 2012-07-09 21:16, Serge Hallyn wrote: >>> Quoting Jan Kiszka (jan.kis...@siemens.com): >>>> On 2012-07-09 19:28, Serge Hallyn wrote: >>>>> Quoting Jan Kis

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-08-21 Thread Jan Kiszka
On 2012-07-09 21:16, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> On 2012-07-09 19:28, Serge Hallyn wrote: >>> Quoting Jan Kiszka (jan.kis...@siemens.com): >>>> Allow to specify a timeout for waiting on state changes via lxc-wait. >>

Re: [lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Jan Kiszka
On 2012-07-09 19:28, Serge Hallyn wrote: > Quoting Jan Kiszka (jan.kis...@siemens.com): >> Allow to specify a timeout for waiting on state changes via lxc-wait. >> Helpful for scripts that need to handle errors or excessive delays in >> state changing procedures. > > H

[lxc-devel] [PATCH] Add network-down script

2012-07-09 Thread Jan Kiszka
execution context "down". Signed-off-by: Jan Kiszka --- doc/lxc.conf.sgml.in | 20 +++ src/lxc/conf.c | 94 +++--- src/lxc/conf.h |6 +++- src/lxc/confile.c|5 +++ src/lxc/start.c |7 +++- 5 files ch

[lxc-devel] [PATCH] lxc-wait: Add timeout option

2012-07-09 Thread Jan Kiszka
Allow to specify a timeout for waiting on state changes via lxc-wait. Helpful for scripts that need to handle errors or excessive delays in state changing procedures. Signed-off-by: Jan Kiszka --- doc/lxc-wait.sgml.in | 11 +++ src/lxc/arguments.h |1 + src/lxc/lxc_wait.c