mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
man: Add missing env vars to lvm man page.
This commit is contained in:
parent
7760665fb8
commit
110a0745cd
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.123 -
|
Version 2.02.123 -
|
||||||
=================================
|
=================================
|
||||||
|
Add undocumented environment variables to lvm man page. (2.02.119)
|
||||||
Add device synchronization point before activating a new snapshot.
|
Add device synchronization point before activating a new snapshot.
|
||||||
Add --withspaces to lvmconfig to add spaces in output for better readability.
|
Add --withspaces to lvmconfig to add spaces in output for better readability.
|
||||||
|
|
||||||
|
35
man/lvm.8.in
35
man/lvm.8.in
@ -518,8 +518,7 @@ Directory containing \fBlvm.conf\fP(5) and other LVM system files.
|
|||||||
Defaults to "#DEFAULT_SYS_DIR#".
|
Defaults to "#DEFAULT_SYS_DIR#".
|
||||||
.TP
|
.TP
|
||||||
.B LVM_SUPPRESS_FD_WARNINGS
|
.B LVM_SUPPRESS_FD_WARNINGS
|
||||||
Suppress warnings about openned file descriptors, when lvm command
|
Suppress warnings about unexpected file descriptors passed into LVM.
|
||||||
is executed.
|
|
||||||
.TP
|
.TP
|
||||||
.B LVM_VG_NAME
|
.B LVM_VG_NAME
|
||||||
The Volume Group name that is assumed for
|
The Volume Group name that is assumed for
|
||||||
@ -527,16 +526,40 @@ any reference to a Logical Volume that doesn't specify a path.
|
|||||||
Not set by default.
|
Not set by default.
|
||||||
.TP
|
.TP
|
||||||
.B LVM_LVMETAD_PIDFILE
|
.B LVM_LVMETAD_PIDFILE
|
||||||
Path for the lvmetad pid file.
|
Path to the file that stores the lvmetad process ID.
|
||||||
.TP
|
.TP
|
||||||
.B LVM_LVMETAD_SOCKET
|
.B LVM_LVMETAD_SOCKET
|
||||||
Path for the lvmetad socket file.
|
Path to the socket used to communicate with lvmetad.
|
||||||
.TP
|
.TP
|
||||||
.B LVM_LVMPOLLD_PIDFILE
|
.B LVM_LVMPOLLD_PIDFILE
|
||||||
Path for the lvmpolld pid file.
|
Path to the file that stores the lvmpolld process ID.
|
||||||
.TP
|
.TP
|
||||||
.B LVM_LVMPOLLD_SOCKET
|
.B LVM_LVMPOLLD_SOCKET
|
||||||
Path for the lvmpolld socket file.
|
Path to the socket used to communicate with lvmpolld..
|
||||||
|
.TP
|
||||||
|
.B LVM_LOG_FILE_EPOCH
|
||||||
|
A string of up to 32 letters appended to the log filename and
|
||||||
|
followed by the process ID and a timestamp. When set, each process logs to a
|
||||||
|
separate file.
|
||||||
|
.TP
|
||||||
|
.B LVM_EXPECTED_EXIT_STATUS
|
||||||
|
The status anticipated when the process exits. Use ">N" to match any
|
||||||
|
status greater than N. If the actual exit status matches and a log
|
||||||
|
file got produced, it is deleted.
|
||||||
|
|
||||||
|
LVM_LOG_FILE_EPOCH and LVM_EXPECTED_EXIT_STATUS together allow
|
||||||
|
automated test scripts to discard uninteresting log data.
|
||||||
|
.TP
|
||||||
|
.B LVM_SUPPRESS_LOCKING_FAILURE_MESSAGES
|
||||||
|
Used to suppress warning messages when the configured locking is known
|
||||||
|
to be unavailable.
|
||||||
|
.TP
|
||||||
|
.B DM_ABORT_ON_INTERNAL_ERRORS
|
||||||
|
Abort processing if the code detects a non-fatal internal error.
|
||||||
|
.TP
|
||||||
|
.B DM_DISABLE_UDEV
|
||||||
|
Avoid interaction with udev. LVM will manage the relevant nodes in /dev
|
||||||
|
directly.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.I #DEFAULT_SYS_DIR#/lvm.conf
|
.I #DEFAULT_SYS_DIR#/lvm.conf
|
||||||
.br
|
.br
|
||||||
|
Loading…
Reference in New Issue
Block a user