3 .TH CLVMD 8 "LVM TOOLS 2.02.44-cvs (02-17-09)" "Red Hat Inc" \" -*- nroff -*-
5 clvmd \- cluster LVM daemon
8 [\-d [<value>]] [\-C] [\-h]
14 clvmd is the daemon that distributes LVM metadata updates around a cluster.
15 It must be running on all nodes in the cluster and will give an error
16 if a node in the cluster does not have this daemon running.
20 Enable debug logging. Value can be 0, 1 or 2.
22 0 disables debug logging in a running clvmd
24 1 sends debug logs to stderr (clvmd will not fork in this case)
26 2 sends debug logs to syslog
30 is specified without a value then 1 is assumed if you are starting a
31 new clvmd, 2 if you are enabling debug in a running clvmd.
36 is also specified. Tells all clvmds in a cluster to enable/disable debug logging.
37 Without this switch, only the local clvmd will change its debug level to that
41 This does not work correctly if specified on the command-line that starts clvmd.
42 If you want to start clvmd
44 enable cluster-wide logging then the command needs to be issued twice, eg:
52 Specifies the timeout for commands to run around the cluster. This should not
53 be so small that commands with many disk updates to do will fail, so you
54 may need to increase this on systems with very large disk farms.
55 The default is 30 seconds.
57 .I \-T <start timeout>
58 Specifies the timeout for clvmd daemon startup. If the daemon does not report
59 that it has started up within this time then the parent command will exit with
60 status of 5. This does NOT mean that clvmd has not started! What it means is
61 that the startup of clvmd has been delayed for some reason; the most likely
62 cause of this is an inquorate cluster though it could be due to locking
63 latencies on a cluster with large numbers of logical volumes. If you get the
64 return code of 5 it is usually not necessary to restart clvmd - it will start
65 as soon as that blockage has cleared. This flag is to allow startup scripts
66 to exit in a timely fashion even if the cluster is stalled for some reason.
68 The default is 0 (no timeout) and the value is in seconds. Don't set this too
69 small or you will experience spurious errors. 10 or 20 seconds might be
72 This timeout will be ignored if you start clvmd with the -d switch.
75 Tells all the running clvmds in the cluster to reload their device cache and
76 re-read the lvm configuration file. This command should be run whenever the
77 devices on a cluster system are changed.
80 Display the version of the cluster LVM daemon.