summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2004-08-23 08:42:53 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2004-08-23 08:42:53 +0000
commit513633f49a54f95d1ecdcbb09a128d093534f98e (patch)
tree9f4954fd3a4b3be5769ad4fcddb1fd4963cde33c /man
parenteb3740daaf3ec8feace4a8263c806c58b95b9f81 (diff)
downloadlvm2-513633f49a54f95d1ecdcbb09a128d093534f98e.tar.gz
clvmd man page.
Diffstat (limited to 'man')
-rw-r--r--man/clvmd.828
1 files changed, 28 insertions, 0 deletions
diff --git a/man/clvmd.8 b/man/clvmd.8
new file mode 100644
index 000000000..cc135473f
--- /dev/null
+++ b/man/clvmd.8
@@ -0,0 +1,28 @@
+.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 is in the
+cluster that does not have this daemon running.
+.SH OPTIONS
+.TP
+.I \-d
+Runs in the forgeround 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
+mayneed to increase this on systems with very large disk farms. The default is 30
+seconds.
+.TP
+.I \-V
+Print the version of the cluster LVM daemon.
+.SH SEE ALSO
+.BR lvm (8)