Displaying 1 result from an estimated 1 matches for "550724".
2010 Mar 13
5
reboot guest on panic
I have a guest that keeps crashing and want to automatically reboot it
when it crashes. See:
xen PV guest kernel 2.6.32 processes lock up in D state
https://bugzilla.redhat.com/show_bug.cgi?id=550724
if you want to look at the details on the crashing.
Anyway, I boot the guest with the kernel command line parameter:
hung_task_panic=1
I have kernel.panic = 15 in the guest /etc/sysctl.conf
In the guest config file in dom0 I have:
on_poweroff = "destroy"
on_reboot = "rest...