Hi,
I have a two node cluster configured, home setup. I have a primary node with all the needed services running. The secondary node is actually empty at the moment and not really needed. I plan on building it up, maybe, and have it available to migrate things as needed.
For the time being, I'd like to be able to power on the primary node and go about my day. There is no HA (clearly, since there is no third node) and I'd like to conserve energy.
Currently, I am powering everything off at night... I have managed to have a "working" solution by powering both machines on and then powering off the secondary node, but would like to just not power it on at all if not needed. I do realize this is an unconventional approach, but I think it's possible by editing the /etc/pve/corosync.conf file.
This is what I have so far to make this "work":
Thanks for any input you may have here.
I have a two node cluster configured, home setup. I have a primary node with all the needed services running. The secondary node is actually empty at the moment and not really needed. I plan on building it up, maybe, and have it available to migrate things as needed.
For the time being, I'd like to be able to power on the primary node and go about my day. There is no HA (clearly, since there is no third node) and I'd like to conserve energy.
Currently, I am powering everything off at night... I have managed to have a "working" solution by powering both machines on and then powering off the secondary node, but would like to just not power it on at all if not needed. I do realize this is an unconventional approach, but I think it's possible by editing the /etc/pve/corosync.conf file.
This is what I have so far to make this "work":
Code:
quorum {
provider: corosync_votequorum
two_node: 1
auto_tie_breaker: 1
last_man_standing: 1
}
Thanks for any input you may have here.