Open rhysmeister opened 1 year ago
The possibilities for VIrtualBox seem to be...
References:
https://linbit.com/blog/using-fencing-in-pacemaker-clusters-on-virtualbox-hypervisors/ https://linux.die.net/man/8/fence_virt
community.pacemaker.pacemaker_fence:
fence_name: "{{ inventory_hostname }}_fence" # default?
fence_agent: "fence_vbox" # potentially support other agents in the future?
fence_config:
ip: "192.168.1.101"
login: "rhys"
plug: "xxxx-xxxx-xxxx-xxxx"
pcmk_host_list: "pacemaker-1"
identity_file: "/path/to/id_rsa"
Config params for fence_vbox...
SUMMARY
Add pacemaker_fence module
ISSUE TYPE