From 5023a2cf839e23b88b3025860ab6749747cdcac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Mon, 29 Aug 2011 19:17:50 +0200 Subject: [PATCH] Update oned.conf VM_MAD description --- share/etc/oned.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 38d0d7f22c..fa84211f08 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -188,7 +188,9 @@ IM_MAD = [ # KVM Virtualization Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time -# -p name of the poll probe (executed locally) +# -l actions executed locally. +# Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll +# An example: "-l migrate,poll,save" #------------------------------------------------------------------------------- VM_MAD = [ name = "vmm_kvm", @@ -202,13 +204,14 @@ VM_MAD = [ # XEN Virtualization Driver Manager Configuration # -r number of retries when monitoring a host # -t number of threads, i.e. number of hosts monitored at the same time -# -l do not perform the VM polling in the node -# -p name of the poll probe (executed locally) +# -l actions executed locally. +# Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll +# An example: "-l migrate,poll,save" #------------------------------------------------------------------------------- #VM_MAD = [ # name = "vmm_xen", # executable = "one_vmm_exec", -# arguments = "xen", +# arguments = "-t 15 -r 0 xen", # default = "vmm_exec/vmm_exec_xen.conf", # type = "xen" ] #-------------------------------------------------------------------------------