diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 38d0d7f22c..035da2e5f0 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -325,10 +325,11 @@ IMAGE_MAD = [ # - STOP, after the VM is stopped (including VM image transfers) # - DONE, after the VM is deleted or shutdown # - FAILED, when the VM enters the failed state -# command : path is relative to $ONE_LOCATION/var/remotes/hook (self-contained) -# or to /var/lib/one/remotes (system-wide). That directory will be copied -# on the hosts under SCRIPTS_REMOTE_DIR. It can be an absolute path -# that must exists on the target host. +# command : path is relative to $ONE_LOCATION/var/remotes/hook +# (self-contained) or to /var/lib/one/remotes/hook (system-wide). +# That directory will be copied on the hosts under +# SCRIPTS_REMOTE_DIR. It can be an absolute path that must exist +# on the target host # arguments : for the hook. You can access to VM information with $ # - $VMID, the ID of the virtual machine # - $TEMPLATE, the VM template in xml and base64 encoded @@ -344,10 +345,11 @@ IMAGE_MAD = [ # - CREATE, when the Host is created (onehost create) # - ERROR, when the Host enters the error state # - DISABLE, when the Host is disabled -# command : path is relative to $ONE_LOCATION/var/remotes/hook (self-contained) -# or to /var/lib/one/remotes (system-wide). That directory will be copied -# on the hosts under SCRIPTS_REMOTE_DIR. It can be an absolute path -# that must exists on the target host. +# command : path is relative to $ONE_LOCATION/var/remotes/hook +# (self-contained) or to /var/lib/one/remotes/hook (system-wide). +# That directory will be copied on the hosts under +# SCRIPTS_REMOTE_DIR. It can be an absolute path that must exist +# on the target host. # arguments : for the hook. You can use the following Host information: # - $HID, the ID of the host # - $TEMPLATE, the Host template in xml and base64 encoded