Re: [libvirt] boot time delay for domains?

2010-12-22 Thread Igor Serebryany
On Wed, Dec 22, 2010 at 04:23:54PM +0100, Paweł Krześniak wrote: > If you'll have some solution share with us, please. my solution was to make all my domains non-persistent. my application monitors the status of the domains and re-creates them if they disappear. this has some major advantages: 1)

Re: [libvirt] boot time delay for domains?

2010-12-22 Thread Maximilian Wilhelm
Anno domini 2010 Paweł Krześniak scripsit: > # cat > /usr/bin/local/qemu-kvm-with-random-delay > #!/bin/bash > # delay running of virtual machine by 0-9 seconds > sleep $(( $RANDOM % 10 )) > exec /usr/bin/qemu-kvm $* > ^D When using $* you might lose quoting of parameters. exec /usr/bin/qemu-kv

Re: [libvirt] boot time delay for domains?

2010-12-22 Thread Paweł Krześniak
On Wed, Dec 22, 2010 at 13:32, Harald Dunkel wrote: > Is there a global "boot time delay" configuration parameter > to make sure that the autostart domains are not started all > in parallel at boot time? AFAIK there is no such option. > Any helpful comment would be highly appreciated. in domain

[libvirt] boot time delay for domains?

2010-12-22 Thread Harald Dunkel
Hi folks, Is there a global "boot time delay" configuration parameter to make sure that the autostart domains are not started all in parallel at boot time? Any helpful comment would be highly appreciated. Harri -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/l