mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
84394c0219
Make it easier to run a live lvmetad in debugging mode and to avoid conflicts if multiple test instances need to be run alongside a live one. No longer require -s when -f is used: use built-in default. Add -p to lvmetad to specify the pid file. No longer disable pidfile if -f used to run in foreground. If specified socket file appears to be genuine but stale, remove it before use. On error, only remove lvmetad socket file if created by the same process. (Previous code removes socket even while a running instance is using it!)
72 lines
2.1 KiB
Groff
72 lines
2.1 KiB
Groff
.TH LVMETAD 8 "LVM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
|
|
.SH NAME
|
|
lvmetad \- LVM metadata cache daemon
|
|
.SH SYNOPSIS
|
|
.B lvmetad
|
|
.RB [ \-l
|
|
.RI {all|wire|debug}
|
|
.RB ]
|
|
.RB [ \-p
|
|
.RI pidfile_path
|
|
.RB ]
|
|
.RB [ \-s
|
|
.RI socket_path
|
|
.RB ]
|
|
.RB [ \-f ]
|
|
.RB [ \-h ]
|
|
.RB [ \-V ]
|
|
.RB [ \-? ]
|
|
.SH DESCRIPTION
|
|
lvmetad is a metadata caching daemon for LVM. The daemon receives notifications
|
|
from udev rules (which must be installed for LVM to work correctly when lvmetad
|
|
is in use). Through these notifications, lvmetad has an up-to-date and
|
|
consistent image of the volume groups available in the system.
|
|
|
|
By default, lvmetad, even if running, is not used by LVM. See \fBlvm.conf\fP(5).
|
|
.SH OPTIONS
|
|
|
|
To run the daemon in a test environment both the pidfile_path and the
|
|
socket_path should be changed from the defaults.
|
|
.TP
|
|
.B \-f
|
|
Don't fork, but run in the foreground.
|
|
.TP
|
|
.BR \-h ", " \-?
|
|
Show help information.
|
|
.TP
|
|
.BR \-l " {" \fIall | \fIwire | \fIdebug }
|
|
Select the type of log messages to generate.
|
|
Messages are logged by syslog.
|
|
Additionally, when -f is given they are also sent to standard error.
|
|
Since release 2.02.98, there are two classes of messages: wire and debug.
|
|
Selecting 'all' supplies both and is equivalent to a comma-separated list
|
|
-l wire,debug.
|
|
Prior to release 2.02.98, repeating -d from 1 to 3 times, viz. -d, -dd, -ddd,
|
|
increased the detail of messages.
|
|
.TP
|
|
.B \-p \fIpidfile_path
|
|
Path to the pidfile. This overrides both the built-in default
|
|
(#DEFAULT_PID_DIR#/lvmetad.pid) and the environment variable
|
|
\fBLVM_LVMETAD_PIDFILE\fP. This file is used to prevent more
|
|
than one instance of the daemon running simultaneously.
|
|
.TP
|
|
.B \-s \fIsocket_path
|
|
Path to the socket file. This overrides both the built-in default
|
|
(#DEFAULT_RUN_DIR#/lvmetad.socket) and the environment variable
|
|
\fBLVM_LVMETAD_SOCKET\fP. To communicate successfully with lvmetad,
|
|
all LVM2 processes should use the same socket path.
|
|
.TP
|
|
.B \-V
|
|
Display the version of lvmetad daemon.
|
|
.SH ENVIRONMENT VARIABLES
|
|
.TP
|
|
.B LVM_LVMETAD_PIDFILE
|
|
Path for the pid file.
|
|
.TP
|
|
.B LVM_LVMETAD_SOCKET
|
|
Path for the socket file.
|
|
|
|
.SH SEE ALSO
|
|
.BR lvm (8),
|
|
.BR lvm.conf (5)
|