http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c0 Summary: /etc/init.d/xendomains: startup in background and parallel shutdown Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Xen AssignedTo: jdouglas@novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- Blocker: --- it would be nice if there would be some configure options which allow * startup of the xen domains in background (otherwise there is no root console login in dom0 until/unless all domUs have been started -- which could take some time and at least once somehow locked up for me;) * start shutdown for all domU in parallel, which also can save a lot of time if you have many running domUs and some of them may run imto timeouts at shutdown. for now I'm using the following hard coded adds on my xen servers which works quite well for me (of course that's something for /etc/sysconfig/xendomains: --- /etc/init.d/xendomains~ 2010-05-08 11:28:47.000000000 +0200 +++ /etc/init.d/xendomains 2010-05-12 17:24:43.000000000 +0200 @@ -286,6 +286,7 @@ running_auto_names fi local printed=0 + xm shutdown -a while read LN; do parseln "$LN" [ "$id" = 0 ] && continue @@ -446,7 +447,7 @@ case "$1" in start) check $1 - start + start & ;; stop) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.