--- oned.conf.original 2011-03-23 16:29:17.548267431 +0100 +++ oned.conf 2011-03-23 16:30:10.059519957 +0100 @@ -363,7 +363,7 @@ # on = "ERROR", # command = "host_error.rb", # arguments = "$HID -r n", -# remote = no ] +# remote = "no" ] #------------------------------------------------------------------------------- # This two hooks can be used to automatically delete or resubmit VMs that reach # the "failed" state. This way, the administrator doesn't have to interact @@ -374,13 +374,13 @@ # #VM_HOOK = [ # name = "on_failure_delete", -# on = "FAILURE", +# on = "FAILED", # command = "onevm delete", # arguments = "$VMID" ] # #VM_HOOK = [ # name = "on_failure_resubmit", -# on = "FAILURE", +# on = "FAILED", # command = "onevm resubmit", # arguments = "$VMID" ] #-------------------------------------------------------------------------------