Skip to content

Instantly share code, notes, and snippets.

@rust
Created February 26, 2009 08:29
Show Gist options
  • Save rust/70737 to your computer and use it in GitHub Desktop.
Save rust/70737 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<cluster name="mycluster" config_version="1">
<clusternodes>
<clusternode name="centos-primary" votes="1" nodeid="1">
<fence>
<method name="single">
<device name="manual" ipaddr="192.168.100.101"/>
</method>
</fence>
</clusternode>
<clusternode name="centos-secondary" votes="1" nodeid="2">
<fence>
<method name="single">
<device name="manual" ipaddr="192.168.100.102"/>
</method>
</fence>
</clusternode>
</clusternodes>
<fencedevices>
<fencedevice name="manual" agent="fence_manual"/>
</fencedevices>
<rm>
<failoverdomains/>
<resources/>
</rm>
</cluster>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment