Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit d04f59a

Browse files
Daan HooglandDaanHoogland
authored andcommitted
CLOUDSTACK-7527 reboot faster by writing to /proc/sysrq-trigger
1 parent 4d065b9 commit d04f59a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/vm/hypervisor/xenserver/xenheartbeat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ do
109109
done
110110

111111
/usr/bin/logger -t heartbeat "Problem with $hb: not reachable for $(($(date +%s) - $lastdate)) seconds, rebooting system!"
112-
reboot -f
112+
echo b > /proc/sysrq-trigger

0 commit comments

Comments
 (0)