Hi ,
i use opennebula 4.4 install on centos 6.4 as the frontend,and i have two 
vmware esxi which have two share iscsi disks server as the os datastore, image 
datastores. and i also have vcenter,and the two esxi are in a datacenter
i use mysql as database, and i uncommented the Hook in the oned.conf like the 
following
HOST_HOOK = [
    name      = "error",
    on        = "ERROR",
    command   = "ft/host_error.rb",
    arguments = "$ID -r",
    remote    = "no" ]


VM_HOOK = [
   name      = "on_failure_recreate",
   on        = "UNKNOWN",
   command   = "/usr/bin/env onevm delete --recreate",
   arguments = "$ID" ]


then i have i try install one vm on my esxi01 ,and then i power the esxi01,but 
the vm does not migrate to esxi02, anyother conf should i config?

_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to