1a1c02b11d
* Output defaults from includes rather than static text * Add simple wrapping functions for help text Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
19 lines
222 B
Plaintext
19 lines
222 B
Plaintext
fence_virtd {
|
|
listener = "multicast";
|
|
backend = "checkpoint";
|
|
}
|
|
|
|
listeners {
|
|
multicast {
|
|
key_file = "/etc/cluster/fence_xvm.key";
|
|
address = "225.0.0.12";
|
|
}
|
|
}
|
|
|
|
backends {
|
|
libvirt {
|
|
uri = "qemu:///system";
|
|
}
|
|
}
|
|
|