Hi,
I’m new to OpenNebula and trying to figure out how most suitable way to build it could be. Just have a question about host HA. According to http://docs.opennebula.org/5.0/advanced_components/ha/ftguide.html
it can be done by a Host Hook like:
#-------------------------------------------------------------------------------
HOST_HOOK = [
name = “error”,
on = “ERROR”,
command = “ft/host_error.rb”,
arguments = “$ID -m -p 5”,
remote = “no” ]
#-------------------------------------------------------------------------------
that makes sense if there’re two hosts. What if there’re more than two hosts. How it’s decided where to migrate VMs on a ERROR state host?
Another one; is it possible to build a shared filesystem cluster for images datastore by using host’s themselves. So there’ll be no need for separate physical cluster&servers for storage.
any recommendations?
thanks,
Orhan