1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Add man pages for lvmconf and unsupported lvmsadc and lvmsar tools.

This commit is contained in:
Zdenek Kabelac 2010-06-18 10:19:29 +00:00
parent 01f5823ee4
commit 3ce8520c5e
5 changed files with 71 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.68 -
===============================
Add man pages for lvmconf and unsupported lvmsadc and lvmsar tools.
Fix exit code when requesting help using documented -o help option.
Do not use internal DLM lock definitions in generic LVM2 clvmd code.
Add dmeventd man page.

View File

@ -30,7 +30,7 @@ endif
MAN5=lvm.conf.5
MAN8=lvchange.8 lvconvert.8 lvcreate.8 lvdisplay.8 lvextend.8 lvm.8 \
lvmchange.8 lvmdiskscan.8 lvmdump.8 \
lvmchange.8 lvmconf.8 lvmdiskscan.8 lvmdump.8 lvmsadc.8 lvmsar.8 \
lvreduce.8 lvremove.8 lvrename.8 lvresize.8 lvs.8 \
lvscan.8 pvchange.8 pvck.8 pvcreate.8 pvdisplay.8 pvmove.8 pvremove.8 \
pvresize.8 pvs.8 pvscan.8 vgcfgbackup.8 vgcfgrestore.8 vgchange.8 \

41
man/lvmconf.8.in Normal file
View File

@ -0,0 +1,41 @@
.TH "LVMCONF" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
.SH "NAME"
.B lvmconf
\- LVM configuration modifier
.SH "SYNOPSIS"
.B lvmconf
[\-\-enable-cluster]
[\-\-disable-cluster]
[\-\-lockinglibdir <dir>]
[\-\-lockinglib <lib>]
[\-\-file <configfile>]
.SH "DESCRIPTION"
.B lvmconf
is a helper tool to modify cluster locking in \fBlvm.conf\fP(5).
.SH "OPTIONS"
.TP
.BR \-\-disable-cluster
Set the default non-cluster \fBlocking_type\fR.
.TP
.BR \-\-enable-cluster
Set a cluster-wide \fBlocking_type\fR available on the system.
.TP
.BR \-\-lockinglibdir " " \fI<dir>\fR
Set \fBlocking_dir\fR directory where LVM2 places its files locks.
.TP
.BR \-\-lockinglib " " \fI<lib>\fR
Set external \fBlocking_library\fR locking library to load.
.TP
.BR \-\-file " " \fI<configfile>\fR
Use non-default \fBconfigfile\fR instead of \fB#DEFAULT_SYS_DIR#/lvm.conf\fR.
.SH FILES
.I #DEFAULT_SYS_DIR#/lvm.conf
.SH "SEE ALSO"
.BR lvm (8),
.BR lvm.conf (5)

14
man/lvmsadc.8.in Normal file
View File

@ -0,0 +1,14 @@
.TH "LVMSADC" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
.SH "NAME"
lvmsadc \- LVM system activity data collector
.SH "SYNOPSIS"
.B lvmsadc
.SH "DESCRIPTION"
.B lvmsadc
is not currently supported under LVM2.
.SH "SEE ALSO"
.BR lvm (8)

14
man/lvmsar.8.in Normal file
View File

@ -0,0 +1,14 @@
.TH "LVMSAR" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
.SH "NAME"
lvmsar \- LVM system activity reporter
.SH "SYNOPSIS"
.B lvmsar
.SH "DESCRIPTION"
.B lvmsar
is not currently supported under LVM2.
.SH "SEE ALSO"
.BR lvm (8)