From mboxrd@z Thu Jan 1 00:00:00 1970 From: lhh@sourceware.org Date: 26 Jan 2007 21:12:40 -0000 Subject: [Cluster-devel] cluster/cman/man qdisk.5 Message-ID: <20070126211240.12287.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: lhh at sourceware.org 2007-01-26 21:12:39 Modified files: cman/man : qdisk.5 Log message: Man page update. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/man/qdisk.5.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.3.2.1&r2=1.3.2.2 --- cluster/cman/man/qdisk.5 2007/01/22 22:50:12 1.3.2.1 +++ cluster/cman/man/qdisk.5 2007/01/26 21:12:39 1.3.2.2 @@ -294,6 +294,16 @@ disconnected from the SAN. The default for this value is 0 (off). .in 9 +\fIuse_uptime\fP\fB="\fP1\fB"\fP +.in 12 +If this parameter is set to 1 (on), qdiskd will use values from +/proc/uptime for internal timings. This is a bit less precise +than \fBgettimeofday(2)\fP, but the benefit is that changing the +system clock will not affect qdiskd's behavior - even if \fBparanoid\fP +is enabled. If set to 0, qdiskd will use \fBgettimeofday(2)\fP, which +is more precise. The default for this value is 1 (on / use uptime). + +.in 9 \fIdevice\fP\fB="\fP/dev/sda1\fB"\fP .in 12 This is the device the quorum daemon will use. This device must be the @@ -412,4 +422,4 @@ for more details. .SH "SEE ALSO" -mkqdisk(8), qdiskd(8), cman(5), syslog.conf(5) +mkqdisk(8), qdiskd(8), cman(5), syslog.conf(5), gettimeofday(2)