fence-virt/config/example.conf

28 lines
389 B
Plaintext
Raw Normal View History

fence_virtd {
listener = "multicast";
backend = "checkpoint";
name_mode = "name";
}
listeners {
multicast {
key_file = "/etc/cluster/fence_xvm.key";
ip_family = "ipv4";
multicast_address = "225.0.0.14";
interface = "virbr0";
hash = "sha256";
auth = "sha256";
}
serial {
directory = "/var/run/fence_virtd";
}
}
backends {
libvirt {
uri = "qemu:///system";
}
}