1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/man/clvmd.8

81 lines
2.7 KiB
Groff
Raw Normal View History

2004-08-23 12:42:53 +04:00
.TH CLVMD 8 "LVM TOOLS" "Red Hat Inc" \" -*- nroff -*-
.SH NAME
2004-09-02 18:16:54 +04:00
clvmd \- cluster LVM daemon
2004-08-23 12:42:53 +04:00
.SH SYNOPSIS
.B clvmd
[\-d [<value>]] [\-C] [\-h]
2006-10-04 12:28:17 +04:00
[\-R]
2004-08-23 12:42:53 +04:00
[\-t <timeout>]
[\-T <start timeout>]
2004-08-23 12:42:53 +04:00
[\-V]
.SH DESCRIPTION
2004-09-02 18:16:54 +04:00
clvmd is the daemon that distributes LVM metadata updates around a cluster.
It must be running on all nodes in the cluster and will give an error
if a node in the cluster does not have this daemon running.
2004-08-23 12:42:53 +04:00
.SH OPTIONS
.TP
.I \-d [<value>]
Enable debug logging. Value can be 0, 1 or 2.
.br
0 disables debug logging in a running clvmd
.br
1 sends debug logs to stderr (clvmd will not fork in this case)
.br
2 sends debug logs to syslog
.br
If
.B -d
is specified without a value then 1 is assumed if you are starting a
new clvmd, 2 if you are enabling debug in a running clvmd.
.TP
.I \-C
Only valid if
.B -d
is also specified. Tells all clvmds in a cluster to enable/disable debug logging.
Without this switch, only the local clvmd will change its debug level to that
given with
.B -d.
.br
This does not work correctly if specified on the command-line that starts clvmd.
If you want to start clvmd
.B and
enable cluster-wide logging then the command needs to be issued twice, eg:
.br
clvmd
.br
clvmd -d2
.br
2004-08-23 12:42:53 +04:00
.TP
.I \-t <timeout>
Specifies the timeout for commands to run around the cluster. This should not
be so small that commands with many disk updates to do will fail, so you
2004-09-02 18:16:54 +04:00
may need to increase this on systems with very large disk farms.
The default is 30 seconds.
2004-08-23 12:42:53 +04:00
.TP
.I \-T <start timeout>
Specifies the timeout for clvmd daemon startup. If the daemon does not report
that it has started up within this time then the parent command will exit with
status of 5. This does NOT mean that clvmd has not started! What it means is
that the startup of clvmd has been delayed for some reason; the most likely
cause of this is an inquorate cluster though it could be due to locking
latencies on a cluster with large numbers of logical volumes. If you get the
return code of 5 it is usually not necessary to restart clvmd - it will start
as soon as that blockage has cleared. This flag is to allow startup scripts
to exit in a timely fashion even if the cluster is stalled for some reason.
.br
The default is 0 (no timeout) and the value is in seconds. Don't set this too
small or you will experience spurious errors. 10 or 20 seconds might be
sensible.
.br
This timeout will be ignored if you start clvmd with the -d switch.
.TP
2006-10-04 12:28:17 +04:00
.I \-R
Tells all the running clvmds in the cluster to reload their device cache and
2006-10-04 12:28:17 +04:00
re-read the lvm configuration file. This command should be run whenever the
devices on a cluster system are changed.
.TP
2004-08-23 12:42:53 +04:00
.I \-V
2004-09-02 18:16:54 +04:00
Display the version of the cluster LVM daemon.
2004-08-23 12:42:53 +04:00
.SH SEE ALSO
.BR lvm (8)