From 194543a57afcd79a78ee155d8b0a1e57f7687438 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 1 Sep 2011 17:19:49 +0200 Subject: [PATCH] Updated oned.conf info for VM mads --- share/etc/oned.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index fa84211f08..7245129382 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -188,9 +188,10 @@ 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 -# -l actions executed locally. +# -l actions executed locally, command can be +# overridden for each action. # Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll -# An example: "-l migrate,poll,save" +# An example: "-l migrate,poll=poll_ganglia,save" #------------------------------------------------------------------------------- VM_MAD = [ name = "vmm_kvm", @@ -204,9 +205,10 @@ 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 actions executed locally. +# -l actions executed locally, command can be +# overridden for each action. # Valid actions: deploy, shutdown, cancel, save, restore, migrate, poll -# An example: "-l migrate,poll,save" +# An example: "-l migrate,poll=poll_ganglia,save" #------------------------------------------------------------------------------- #VM_MAD = [ # name = "vmm_xen",