[Bug 605208] New: /etc/init.d/xendomains: startup in background and parallel shutdown
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.
http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c Jason Douglas <jdouglas@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdouglas@novell.com AssignedTo|jdouglas@novell.com |jfehlig@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c1 James Fehlig <jfehlig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rterry@novell.com --- Comment #1 from James Fehlig <jfehlig@novell.com> 2010-05-12 21:25:10 UTC --- An idea that Ron may want to comment on ... -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c2 --- Comment #2 from Ron Terry <rterry@novell.com> 2010-05-14 21:50:15 UTC --- You could startup/shutdown each VM in a detached screen session. startup example: for DOM in $DOMAIN_LIST do screen -d -m xm create --quiet --defconfig "$DOM" done All screen sessions will be running in parallel. -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c3 James Fehlig <jfehlig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |rterry@novell.com --- Comment #3 from James Fehlig <jfehlig@novell.com> 2010-05-18 22:43:59 UTC --- Do we want to make either of these changes to xendomains? Ron, I consider you the maintainer of this script :-). As such, would you accept the requested enhancement? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=605208 http://bugzilla.novell.com/show_bug.cgi?id=605208#c4 --- Comment #4 from Ron Terry <rterry@novell.com> 2010-05-19 10:28:44 UTC --- I would think it would be a feature that could be enabled by setting variables in the /etc/sysconfig/xendomains (file such as XENDOMAINS_START_IN_PARALLEL=true, XENDOMAINS_STOP_IN_PARALLEL=true, etc.) This would create a dependence on the screen RPM for the package that contains the xendomains script. I'll see if I can hack an example together. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=605208 https://bugzilla.novell.com/show_bug.cgi?id=605208#c Ihno Krumreich <ihno@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ihno@novell.com OS/Version|Other |openSUSE 11.3 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=605208 https://bugzilla.novell.com/show_bug.cgi?id=605208#c5 Stefan Behlert <behlert@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|rterry@novell.com | Resolution| |NORESPONSE --- Comment #5 from Stefan Behlert <behlert@suse.com> 2012-06-19 12:04:13 UTC --- No answer for several months. Re-open when you have the requested information, thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com