Re: [libvirt] [PATCH 2/4] Add support for reboot-timeout

2012-09-19 Thread Martin Kletzander
On 09/18/2012 06:50 PM, Daniel P. Berrange wrote: > On Tue, Sep 18, 2012 at 05:36:47PM +0200, Martin Kletzander wrote: >> Whenever the guest machine fails to boot, new parameter (reboot-timeout) >> controls whether it should reboot and after how many ms it should do so. >> >> Docs included. >> ---

Re: [libvirt] [PATCH 2/4] Add support for reboot-timeout

2012-09-18 Thread Daniel P. Berrange
On Tue, Sep 18, 2012 at 05:36:47PM +0200, Martin Kletzander wrote: > Whenever the guest machine fails to boot, new parameter (reboot-timeout) > controls whether it should reboot and after how many ms it should do so. > > Docs included. > --- > docs/formatdomain.html.in | 9 + > docs/

Re: [libvirt] [PATCH 2/4] Add support for reboot-timeout

2012-09-18 Thread Michal Privoznik
On 18.09.2012 17:36, Martin Kletzander wrote: > Whenever the guest machine fails to boot, new parameter (reboot-timeout) > controls whether it should reboot and after how many ms it should do so. > > Docs included. > --- > docs/formatdomain.html.in | 9 + > docs/schemas/domaincommon.

[libvirt] [PATCH 2/4] Add support for reboot-timeout

2012-09-18 Thread Martin Kletzander
Whenever the guest machine fails to boot, new parameter (reboot-timeout) controls whether it should reboot and after how many ms it should do so. Docs included. --- docs/formatdomain.html.in | 9 + docs/schemas/domaincommon.rng | 20 src/conf/domain_conf.c