Comment on How to prepare for future home server upgrade?
jonathan7luke@lemmy.zip 1 week agoI’m not sure how well that works if the cluster is only designed to be temporary, since removing a productive node from a cluster is a bit risky
Good callout. Just did some reading on the concept of maintaining a quorum, which I didn’t know about. Definitely need to be careful if I go with that approach, but it does sound interesting! I’m not entirely opposed to leaving the old laptop as a node and then using it for experimental stuff or maybe running just one specific standalone service on it after moving the critical stuff to the new server.
frongt@lemmy.zip 1 week ago
You don’t need multiple devices and quorum unless you’re using HA. I have two nodes just so I can migrate back and forth when doing updates instead of shutting all the VMs down. No quorum, no HA.
jonathan7luke@lemmy.zip 1 week ago
Oh, nice! Thanks for explaining that. I didn’t realize there was a way to run a cluster without HA.