2010-01-06 17:01:46 -05:00
.TH FENCE_AGENT 8 2010 -01-05 "fence_virtd (Fence Agent)"
.SH NAME
fence_virtd - Fencing host for virtual machines
.SH DESCRIPTION
.P
fence_virtd is a host daemon designed to route fencing requests for
virtual machines.
Fence_virt and fence_xvm talk to fence_virtd, which supports multiple backend plugins, including:
- libvirt for single-node operation
2017-05-27 21:19:41 -04:00
- Corosync CPG and libvirt when using Linux-cluster release 3.0.0 or later
2010-01-06 17:01:46 -05:00
- libvirt-qpid for multi-node, non-cluster operation
For compatibility, fence_xvm from linux-cluster release 2 may talk to fence_virtd.
.P
fence_virtd accepts a few options on the command line, but most options
2011-01-10 10:47:00 -05:00
are read from fence_virt.conf.
2010-01-06 17:01:46 -05:00
.SH PARAMETERS
.TP
.B -d
.
Specify debug level, e.g. "-d99"
.TP
.B -c
.
Interactively prompt user for configuration information
.TP
.B -f
.
2011-01-10 10:47:00 -05:00
Specify an alternate configuration file instead of /etc/fence_virt.conf
2010-01-06 17:01:46 -05:00
2010-01-12 17:32:13 -05:00
.TP
.B -F
.
2011-01-10 10:47:00 -05:00
Do not fork into background after starting (overrides any setting in fence_virt.conf)
2010-01-12 17:32:13 -05:00
.TP
.B -w
.
2011-01-10 10:47:00 -05:00
Wait for backend to be available (overrides any setting in fence_virt.conf)
2010-01-12 17:32:13 -05:00
2017-05-23 22:56:10 -04:00
.TP
.B -p
.
Specify the full path to the pid file used to record the active process pid.
2010-01-06 17:01:46 -05:00
.SH SEE ALSO
2011-01-10 10:47:00 -05:00
fence_virt(8), fence_xvm(8), fence(8), fence_virt.conf(5)