1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

make: generate

This commit is contained in:
Zdenek Kabelac 2021-02-24 12:40:15 +01:00
parent 8e1771f857
commit 9cb913ab4b
44 changed files with 1318 additions and 0 deletions

View File

@ -124,6 +124,38 @@ devices {
# #
# This configuration option does not have a default value defined. # This configuration option does not have a default value defined.
# Configuration option devices/use_devicesfile.
# Enable or disable the use of a devices file.
# When enabled, lvm will only use devices that
# are lised in the devices file. A devices file will
# be used, regardless of this setting, when the --devicesfile
# option is set to a specific file name.
# This configuration option has an automatic default value.
# use_devicesfile = 0
# Configuration option devices/devicesfile.
# The name of the system devices file, listing devices that LVM should use.
# This should not be used to select a non-system devices file.
# The --devicesfile option is intended for alternative devices files.
# This configuration option has an automatic default value.
# devicesfile = "system.devices"
# Configuration option devices/search_for_devnames.
# Look outside of the devices file for missing devname entries.
# A devname entry is used for a device that does not have a stable
# device id, e.g. wwid, so the unstable device name is used as
# the device id. After reboot, or if the device is reattached,
# the device name may change, in which case lvm will not find
# the expected PV on the device listed in the devices file.
# This setting controls whether lvm will search other devices,
# outside the devices file, to look for the missing PV on a
# renamed device. If "none", lvm will not look at other devices,
# and the PV may appear to be missing. If "auto", lvm will look
# at other devices, but only those that are likely to have the PV.
# If "all", lvm will look at all devices on the system.
# This configuration option has an automatic default value.
# search_for_devnames = "auto"
# Configuration option devices/filter. # Configuration option devices/filter.
# Limit the block devices that are used by LVM commands. # Limit the block devices that are used by LVM commands.
# This is a list of regular expressions used to accept or reject block # This is a list of regular expressions used to accept or reject block

View File

@ -72,6 +72,14 @@ lvchange - Change the attributes of logical volume(s)
\fB--detachprofile\fP \fB--detachprofile\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.ad b .ad b
@ -586,6 +594,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -782,6 +798,24 @@ See \fBlvm.conf\fP(5) for more information about profiles.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.br .br
Specifies how the device-mapper thin pool layer in the kernel should Specifies how the device-mapper thin pool layer in the kernel should
@ -1192,6 +1226,7 @@ Change LV permission to read-only:
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -1214,6 +1249,7 @@ Change LV permission to read-only:
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -78,6 +78,14 @@ lvconvert - Change logical volume layout
\fB--deduplication\fP \fBy\fP|\fBn\fP \fB--deduplication\fP \fBy\fP|\fBn\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.ad b .ad b
@ -1146,6 +1154,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -1326,6 +1342,24 @@ See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.br .br
Specifies how the device-mapper thin pool layer in the kernel should Specifies how the device-mapper thin pool layer in the kernel should
@ -2265,6 +2299,7 @@ Detach and remove the cache pool from a cache LV.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -2287,6 +2322,7 @@ Detach and remove the cache pool from a cache LV.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -90,6 +90,14 @@ lvcreate - Create a logical volume
\fB--deduplication\fP \fBy\fP|\fBn\fP \fB--deduplication\fP \fBy\fP|\fBn\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.ad b .ad b
@ -1199,6 +1207,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -1412,6 +1428,24 @@ See \fBlvmvdo\fP(7) for more information about VDO usage.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP \fB--discards\fP \fBpassdown\fP|\fBnopassdown\fP|\fBignore\fP
.br .br
Specifies how the device-mapper thin pool layer in the kernel should Specifies how the device-mapper thin pool layer in the kernel should
@ -3162,6 +3196,7 @@ Create a VDO LV vdo0 with VDOPoolLV size of 10GiB and name vpool1.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -3184,6 +3219,7 @@ Create a VDO LV vdo0 with VDOPoolLV size of 10GiB and name vpool1.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -154,6 +154,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -245,6 +253,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -509,6 +535,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -531,6 +558,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -30,6 +30,14 @@ lvextend - Add space to a logical volume
\fB-d\fP|\fB--debug\fP \fB-d\fP|\fB--debug\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -316,6 +324,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -393,6 +409,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -678,6 +712,7 @@ Extend an LV by 16MiB using specific physical extents.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -700,6 +735,7 @@ Extend an LV by 16MiB using specific physical extents.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -146,6 +146,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -220,6 +228,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -474,6 +500,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -496,6 +523,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -72,6 +72,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -134,6 +142,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -289,6 +315,7 @@ Continue thin snapshot merge.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -311,6 +338,7 @@ Continue thin snapshot merge.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -141,6 +141,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -202,6 +210,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -481,6 +507,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -503,6 +530,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -67,6 +67,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -116,6 +124,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -233,6 +259,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -255,6 +282,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -98,6 +98,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -154,6 +162,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -340,6 +366,7 @@ Reduce the size of an LV by 3 logical extents:
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -362,6 +389,7 @@ Reduce the size of an LV by 3 logical extents:
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -102,6 +102,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -158,6 +166,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -334,6 +360,7 @@ Remove all LVs the specified VG.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -356,6 +383,7 @@ Remove all LVs the specified VG.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -77,6 +77,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -133,6 +141,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -271,6 +297,7 @@ An alternate syntax to rename "lvold" to "lvnew":
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -293,6 +320,7 @@ An alternate syntax to rename "lvold" to "lvnew":
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -30,6 +30,14 @@ lvresize - Resize a logical volume
\fB-d\fP|\fB--debug\fP \fB-d\fP|\fB--debug\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -264,6 +272,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -341,6 +357,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -604,6 +638,7 @@ Extend an LV by 16MB using specific physical extents:
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -626,6 +661,7 @@ Extend an LV by 16MB using specific physical extents:
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -150,6 +150,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -227,6 +235,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -587,6 +613,7 @@ s(k)ip activation: this volume is flagged to be skipped during activation.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -609,6 +636,7 @@ s(k)ip activation: this volume is flagged to be skipped during activation.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -77,6 +77,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -140,6 +148,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -269,6 +295,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -291,6 +318,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -134,6 +134,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -216,6 +224,24 @@ multiple tags at once. See \fBlvm\fP(8) for information about tags.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -384,6 +410,7 @@ disk errors, or because it will be removed after freeing it).
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -406,6 +433,7 @@ disk errors, or because it will be removed after freeing it).
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -20,6 +20,14 @@ pvck - Check metadata on physical volumes
\fB-d\fP|\fB--debug\fP \fB-d\fP|\fB--debug\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -342,6 +350,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -391,6 +407,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -568,6 +602,7 @@ parameter with a value of 204800 (100 * 1024 * 1024 / 512 = 204800).
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -590,6 +625,7 @@ parameter with a value of 204800 (100 * 1024 * 1024 / 512 = 204800).
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -190,6 +190,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -271,6 +279,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -503,6 +529,7 @@ boundary) manually account for this when initializing for use by LVM.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -525,6 +552,7 @@ boundary) manually account for this when initializing for use by LVM.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -150,6 +150,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -240,6 +248,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -496,6 +522,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -518,6 +545,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -125,6 +125,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -226,6 +234,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -459,6 +485,7 @@ extents can also be picked out and moved.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -481,6 +508,7 @@ extents can also be picked out and moved.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -67,6 +67,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -116,6 +124,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -244,6 +270,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -266,6 +293,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -62,6 +62,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -111,6 +119,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -251,6 +277,7 @@ appropriate for the intended new partition size).
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -273,6 +300,7 @@ appropriate for the intended new partition size).
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -146,6 +146,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -222,6 +230,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -504,6 +530,7 @@ e(x)ported
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -526,6 +553,7 @@ e(x)ported
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -174,6 +174,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -236,6 +244,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -409,6 +435,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -431,6 +458,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -93,6 +93,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -142,6 +150,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -290,6 +316,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -312,6 +339,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -22,6 +22,14 @@ vgcfgrestore - Restore volume group configuration
\fB-d\fP|\fB--debug\fP \fB-d\fP|\fB--debug\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -189,6 +197,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -238,6 +254,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -383,6 +417,7 @@ missing PV. Repeat for all other missing PVs in the VG. Then use
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -405,6 +440,7 @@ missing PV. Repeat for all other missing PVs in the VG. Then use
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -50,6 +50,14 @@ vgchange - Change volume group attributes
\fB--detachprofile\fP \fB--detachprofile\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -605,6 +613,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -742,6 +758,24 @@ See \fBlvm.conf\fP(5) for more information about profiles.
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -1103,6 +1137,7 @@ Change the maximum number of LVs for an inactive VG.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -1125,6 +1160,7 @@ Change the maximum number of LVs for an inactive VG.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -80,6 +80,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -129,6 +137,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -264,6 +290,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -286,6 +313,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -82,6 +82,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -148,6 +156,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -307,6 +333,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -329,6 +356,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -146,6 +146,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -253,6 +261,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -514,6 +540,7 @@ Create a VG with two PVs, using the default physical extent size.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -536,6 +563,7 @@ Create a VG with two PVs, using the default physical extent size.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -145,6 +145,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -235,6 +243,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -479,6 +505,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -501,6 +528,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -96,6 +96,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -150,6 +158,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -289,6 +315,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -311,6 +338,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -111,6 +111,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -183,6 +191,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -380,6 +406,7 @@ Add two PVs to a VG.
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -402,6 +429,7 @@ Add two PVs to a VG.
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -86,6 +86,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -141,6 +149,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -287,6 +313,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -309,6 +336,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -26,6 +26,10 @@ changes the associated VG and PV UUIDs.
[ \fB-i\fP|\fB--import\fP ] [ \fB-i\fP|\fB--import\fP ]
.ad b .ad b
.br .br
.ad l
[ \fB--importdevices\fP ]
.ad b
.br
[ COMMON_OPTIONS ] [ COMMON_OPTIONS ]
.RE .RE
.br .br
@ -66,6 +70,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -125,6 +137,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -145,6 +175,12 @@ will not be changed (nor will their associated PVs).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--importdevices\fP
.br
Add devices to the devices file.
.ad b
.HP
.ad l
\fB--lockopt\fP \fIString\fP \fB--lockopt\fP \fIString\fP
.br .br
Used to pass options for special cases to lvmlockd. Used to pass options for special cases to lvmlockd.
@ -250,6 +286,7 @@ Rename the VG associated with "/dev/sdc" and "/dev/sdd" from "vg00" to "vg00_sna
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -272,6 +309,7 @@ Rename the VG associated with "/dev/sdc" and "/dev/sdd" from "vg00" to "vg00_sna
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -63,6 +63,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -119,6 +127,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -235,6 +261,7 @@ Merge an inactive VG named "vg00" into the active or inactive VG named
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -257,6 +284,7 @@ Merge an inactive VG named "vg00" into the active or inactive VG named
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -74,6 +74,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -123,6 +131,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -264,6 +290,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -286,6 +313,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -28,6 +28,14 @@ vgreduce - Remove physical volume(s) from a volume group
\fB-d\fP|\fB--debug\fP \fB-d\fP|\fB--debug\fP
.ad b .ad b
.br .br
.ad l
\fB--devices\fP \fIPV\fP
.ad b
.br
.ad l
\fB--devicesfile\fP \fIString\fP
.ad b
.br
.ad l .ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.ad b .ad b
@ -179,6 +187,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -241,6 +257,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -394,6 +428,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -416,6 +451,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -77,6 +77,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -126,6 +134,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -281,6 +307,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -303,6 +330,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -90,6 +90,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -146,6 +154,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -277,6 +303,7 @@ Rename the VG with the specified UUID to "myvg".
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -299,6 +326,7 @@ Rename the VG with the specified UUID to "myvg".
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -142,6 +142,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -217,6 +225,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -492,6 +518,7 @@ Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -514,6 +541,7 @@ Allocation policy: (c)ontiguous, c(l)ing, (n)ormal, (a)nywhere
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -69,6 +69,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -118,6 +126,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -251,6 +277,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -273,6 +300,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)

View File

@ -107,6 +107,14 @@ Common options for lvm:
.ad b .ad b
.br .br
.ad l .ad l
[ \fB--devices\fP \fIPV\fP ]
.ad b
.br
.ad l
[ \fB--devicesfile\fP \fIString\fP ]
.ad b
.br
.ad l
[ \fB--driverloaded\fP \fBy\fP|\fBn\fP ] [ \fB--driverloaded\fP \fBy\fP|\fBn\fP ]
.ad b .ad b
.br .br
@ -184,6 +192,24 @@ messages sent to the log file and/or syslog (if configured).
.ad b .ad b
.HP .HP
.ad l .ad l
\fB--devices\fP \fIPV\fP
.br
Devices that the command can use. This option can be repeated
or accepts a comma separated list of devices. This overrides
the devices file.
.ad b
.HP
.ad l
\fB--devicesfile\fP \fIString\fP
.br
A file listing devices that LVM should use.
The file must exist in /etc/lvm/devices/ and is managed
with the lvmdevices(8) command.
This overrides the lvm.conf devices/devicesfile and
devices/use_devicesfile settings.
.ad b
.HP
.ad l
\fB--driverloaded\fP \fBy\fP|\fBn\fP \fB--driverloaded\fP \fBy\fP|\fBn\fP
.br .br
If set to no, the command will not attempt to use device-mapper. If set to no, the command will not attempt to use device-mapper.
@ -345,6 +371,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR lvm (8) .BR lvm (8)
.BR lvm.conf (5) .BR lvm.conf (5)
.BR lvmconfig (8) .BR lvmconfig (8)
.BR lvmdevices (8)
.BR pvchange (8) .BR pvchange (8)
.BR pvck (8) .BR pvck (8)
@ -367,6 +394,7 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
.BR vgextend (8) .BR vgextend (8)
.BR vgimport (8) .BR vgimport (8)
.BR vgimportclone (8) .BR vgimportclone (8)
.BR vgimportdevices (8)
.BR vgmerge (8) .BR vgmerge (8)
.BR vgmknodes (8) .BR vgmknodes (8)
.BR vgreduce (8) .BR vgreduce (8)