1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Fixed typo in oned.conf

This commit is contained in:
Jaime Melis 2011-09-01 17:10:18 +02:00
parent 81978b4ca2
commit b86fe543c2

View File

@ -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