I am building a cluster of 4 nodes along with a file share witness. Every month due to server updates the server that holds the file share will need to be rebooted. My question is while the file share becomes unavailable during that time will the cluster go down?

有帮助吗?

解决方案

No, the cluster will not go down until a node cannot form quorum. Assuming all four nodes have a quorum vote, there are five possible votes. Accordingly a node will have to get three votes to maintain or gain quorum. When the file share witness goes offline, the node that currently owns quorum will maintain ownership because it can still get four votes.

See Understanding Quorum in a Failover Cluster for the long answer.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top