[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] docs/man: Add xenwatchdog manual page
commit 70d46b51e2f80f808c91f264f501cca1ca7af2b5 Author: Leigh Brown <leigh@xxxxxxxxxxxxx> AuthorDate: Tue Apr 23 14:11:14 2024 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Tue Apr 23 14:11:14 2024 +0200 docs/man: Add xenwatchdog manual page Add a manual page for xenwatchdogd. Signed-off-by: Leigh Brown <leigh@xxxxxxxxxxxxx> Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx> --- docs/man/xenwatchdogd.8.pod | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/docs/man/xenwatchdogd.8.pod b/docs/man/xenwatchdogd.8.pod new file mode 100644 index 0000000000..b03ed53ee6 --- /dev/null +++ b/docs/man/xenwatchdogd.8.pod @@ -0,0 +1,55 @@ +=head1 NAME + +xenwatchdogd - Xen hypercall based watchdog daemon + +=head1 SYNOPSIS + +B<xenwatchdogd> [ I<OPTIONS> ] <I<TIMEOUT>> [ <I<SLEEP>> ] + +=head1 DESCRIPTION + +B<xenwatchdogd> arms the Xen watchdog timer to I<TIMEOUT> every I<SLEEP> +seconds. If the xenwatchdogd process dies or is delayed for more than +I<TIMEOUT> seconds, then Xen will take the B<on_watchdog> action +specified in the domain configuration (see xl.cfg(5)). If B<xenwatchdogd> +is running in dom0, the whole system will reboot. + +=head1 OPTIONS + +=over 4 + +=item B<-h>, B<--help> + +Display a help message. + +=item B<-F>, B<--foreground> + +Run in the foreground. The default behaviour is to daemonize. + +=item B<-x>, B<--safe-exit> + +Disable watchdog on orderly exit. The default behaviour is to arm the +watchdog to 300 seconds to allow time for the domain to shutdown. See +also the B<SIGNALS> section. + +=item B<timeout> + +The number of seconds to arm the Xen watchdog timer. This must be set to +a minimum of two. + +=item B<sleep> + +The number of seconds to sleep in between calls to arm the Xen watchdog +timer. This must be at least one second, and less than the I<timeout> +value. If not specified, it defaults to half the I<timeout> value. + +=back + +=head1 SIGNALS + +B<SIGUSR1> Will cause the program to disarm the watchdog timer and exit, +regardless of whether the B<--safe-exit> option was passed. + +=head1 AUTHOR + +Citrix Ltd and other contributors. -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |