mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
29 lines
888 B
Groff
29 lines
888 B
Groff
.TH CLVMD 8 "LVM TOOLS" "Red Hat Inc" \" -*- nroff -*-
|
|
.SH NAME
|
|
clvmd \- cluster LVM daemon
|
|
.SH SYNOPSIS
|
|
.B clvmd
|
|
[\-d] [\-h]
|
|
[\-t <timeout>]
|
|
[\-V]
|
|
.SH DESCRIPTION
|
|
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.
|
|
.SH OPTIONS
|
|
.TP
|
|
.I \-d
|
|
Runs in the foreground and prints debugging information (if compiled in) to
|
|
stderr. By default, clvmd will fork into the background when invoked.
|
|
.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
|
|
may need to increase this on systems with very large disk farms.
|
|
The default is 30 seconds.
|
|
.TP
|
|
.I \-V
|
|
Display the version of the cluster LVM daemon.
|
|
.SH SEE ALSO
|
|
.BR lvm (8)
|