[Cluster-devel] qdisk and fence race

Dietmar Maurer dietmar at proxmox.com
Wed Feb 13 17:32:25 UTC 2013


The following example is copied from 'man qdisk':

       <cman two_node="0" expected_votes="3" .../>
        <clusternodes>
            <clusternode name="node1" votes="1" ... />
            <clusternode name="node2" votes="1" ... />
        </clusternodes>
        <quorumd interval="1" tko="10" votes="1" label="testing">
            <heuristic   program="ping  A  -c1  -w1"  score="1"  interval="2" tko="3"/>
        </quorumd>

Is it true that this can still result is a fence race?

If so, what is the suggested way to avoid that? Should I configure with  master_wins="1" instead?





More information about the Cluster-devel mailing list