General questions about Longhorn and scale

referring to: How does Longhorn handle replicas & split brain ? · longhorn/longhorn · Discussion #5486 · GitHub i understand that it is possible to achieve HA with 3 nodes a 2 replicas per volume, provided that those replicas are distributed on at least 2 nodes.

is it possible to instruct longhorn to never place 2 replicas on a single node ? and is it possible to instruct it to never rebalance replicas automatically once they have already being allocated to nodes ?

so basically if i have 3 nodes A,B, and C and replicas 1 and 2 i would like those replicas to be assigned automatically to two different nodes, say A and B, and never change their location, even if node B goes down for example.