Skip to content

Instantly share code, notes, and snippets.

@beekhof
Created April 26, 2011 14:13
Show Gist options
  • Select an option

  • Save beekhof/942320 to your computer and use it in GitHub Desktop.

Select an option

Save beekhof/942320 to your computer and use it in GitHub Desktop.
# cat /etc/fence_virt.conf
fence_virtd {
listener = "multicast";
backend = "libvirt";
}
listeners {
multicast {
key_file = "/etc/cluster/fence_xvm.key";
address = "225.0.0.12";
family = "ipv4";
port = "1229";
interface = "virbr0";
}
}
backends {
libvirt {
uri = "qemu:///system";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment