Просмотр исходного кода

doc: document watchdog_device parameter

Commit 8d8d4a936ab73d8449a3574f969b17a90ef9428e introduced the
configuration parameter resources.watchdog_device. This commit
introduces the resources section and watchdog_device parameter in
corosync.conf.5.

Signed-off-by: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Adrian Vondendriesch 9 лет назад
Родитель
Сommit
16ca44ccdc
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      man/corosync.conf.5

+ 14 - 0
man/corosync.conf.5

@@ -60,6 +60,9 @@ This top level directive contains configuration options for nodes in cluster.
 .TP
 .TP
 qb { }
 qb { }
 This top level directive contains configuration options related to libqb.
 This top level directive contains configuration options related to libqb.
+.TP
+resources { }
+This top level directive contains configuration options for resources.
 
 
 .PP
 .PP
 The 
 The 
@@ -640,6 +643,17 @@ Native means one of shm or socket, depending on what is supported by OS. On syst
 with support for both, SHM is selected. SHM is generally faster, but need to allocate
 with support for both, SHM is selected. SHM is generally faster, but need to allocate
 ring buffer file in /dev/shm.
 ring buffer file in /dev/shm.
 
 
+.PP
+Within the
+.B resources
+directive it is possible to specify options for resources.
+
+Possible option is:
+.TP
+watchdog_device
+This configuration option controls which watchdog device corosync try to bind to.
+The default value is /dev/watchdog. The value "no" disables the watchdog feature.
+
 .SH "FILES"
 .SH "FILES"
 .TP
 .TP
 /etc/corosync/corosync.conf
 /etc/corosync/corosync.conf