In a 2 node wsfc with file share witness, each node has got 1 vote, and the witness also has got 1 vote. Total 3 votes.
Given that we have concepts of dynamic quorum, dynamic witness; when the file share dies (that is - either the connectivity to the file share is down or the file share server crashes), why does windows assign the voting power randomly to one of the 2 nodes?
Therefore, if the voting power is with the passive node, then if the active node crashes, the cluster will go offline.
Why doesn't it assign the voting power to only the primary node? Therefore, if active node crashes then cluster will go offline, but if passive node crashes then the cluster will remain up.