Hi,
I'm trying to setup some sort of HA with Ganeti. I read some articles and previous email about Ganeti with Pacemaker/Corosync/... and it looks a bit tricky.
http://docs.ganeti.org/ganeti/2.17/html/design-linuxha.htmlI'm thinking of keeping things simple to avoid any automated risky operations.
What I want to do is to check node status and if it doesn't respond, I will just power it off using ipmi, and set it offline in ganeti to let harep do the other part of the job (move instances, ...).
If I do it this way, maybe I won't put any instance by default on the master node, so I don't need to deal with it (if the master is down, it doesn't prevent the VMs from running fine on the other nodes).
What would be the best way to check a node status ?
ping is simple but doesn't give the real state of the node.
With gnt-instance list, I get a ERROR_nodedown which is not so bad.
I had also a look at rapi, but I'm not sure it's the best tool to do that...
Any suggestion ?
Thanks !
Fabien