patch
| 1 |
--- oned.conf.original 2011-03-23 16:29:17.548267431 +0100 |
|---|---|
| 2 |
+++ oned.conf 2011-03-23 16:30:10.059519957 +0100 |
| 3 |
@@ -363,7 +363,7 @@ |
| 4 |
# on = "ERROR", |
| 5 |
# command = "host_error.rb", |
| 6 |
# arguments = "$HID -r n", |
| 7 |
-# remote = no ] |
| 8 |
+# remote = "no" ] |
| 9 |
#------------------------------------------------------------------------------- |
| 10 |
# This two hooks can be used to automatically delete or resubmit VMs that reach |
| 11 |
# the "failed" state. This way, the administrator doesn't have to interact |
| 12 |
@@ -374,13 +374,13 @@ |
| 13 |
# |
| 14 |
#VM_HOOK = [ |
| 15 |
# name = "on_failure_delete", |
| 16 |
-# on = "FAILURE", |
| 17 |
+# on = "FAILED", |
| 18 |
# command = "onevm delete", |
| 19 |
# arguments = "$VMID" ] |
| 20 |
# |
| 21 |
#VM_HOOK = [ |
| 22 |
# name = "on_failure_resubmit", |
| 23 |
-# on = "FAILURE", |
| 24 |
+# on = "FAILED", |
| 25 |
# command = "onevm resubmit", |
| 26 |
# arguments = "$VMID" ] |
| 27 |
#------------------------------------------------------------------------------- |