Credit psomas@grnet.gr for the helper VM shutdown
authorNikos Skalkotos <skalkoto@grnet.gr>
Mon, 3 Dec 2012 15:08:30 +0000 (17:08 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Mon, 3 Dec 2012 15:08:30 +0000 (17:08 +0200)
Stratos Psomadakis suggested to shutdoen the helper VM using the `o'
Magic SsysRq key

snf-image-helper/common.sh

index 94b6bad..0cd7271 100644 (file)
@@ -88,6 +88,7 @@ report_task_end() {
 }
 
 system_poweroff() {
+    # Credits to psomas@grnet.gr for this ...
     echo o > /proc/sysrq-trigger
 }