node xen-d
node xen-e
primitive d1 ocf:heartbeat:Dummy \
	op monitor interval="5s" timeout="30s"
primitive s-libvirt stonith:external/libvirt \
	params hostlist="xen-d xen-e" hypervisor_uri="xen+ssh://hex-12.suse.de/?keyfile=/root/.ssh/xen" reset_method="reboot" \
	op monitor interval="5s" timeout="60s"
location d1-pref d1 100: xen-d
location s-pref s-libvirt 100: xen-e
property $id="cib-bootstrap-options" \
	dc-version="1.1.7-77eeb099a504ceda05d648ed161ef8b1582c7daf" \
	cluster-infrastructure="openais" \
	expected-quorum-votes="2" \
	stonith-enabled="true" \
	no-quorum-policy="ignore" \
	startup-fencing="false"
