mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-04 09:18:36 +03:00
Make man pages consistent with either-or options (use "|" everywhere).
This commit is contained in:
parent
f302d21406
commit
82dcb097c4
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.43 - 10th November 2008
|
Version 2.02.43 - 10th November 2008
|
||||||
====================================
|
====================================
|
||||||
|
Make man pages consistent with either-or options (use "|" everywhere).
|
||||||
Merge device-mapper into the lvm2 tree.
|
Merge device-mapper into the lvm2 tree.
|
||||||
Correct prototype for --permission on lvchange and lvcreate man pages.
|
Correct prototype for --permission on lvchange and lvcreate man pages.
|
||||||
Exit with non-zero status from vgdisplay if couldn't show any requested VG.
|
Exit with non-zero status from vgdisplay if couldn't show any requested VG.
|
||||||
|
@ -4,27 +4,27 @@ lvchange \- change attributes of a logical volume
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvchange
|
.B lvchange
|
||||||
[\-\-addtag Tag]
|
[\-\-addtag Tag]
|
||||||
[\-A/\-\-autobackup y/n] [\-a/\-\-available y/n/ey/en/ly/ln]
|
[\-A|\-\-autobackup y|n] [\-a|\-\-available y|n|ey|en|ly|ln]
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-C/\-\-contiguous y/n] [\-d/\-\-debug] [\-\-deltag Tag]
|
[\-C|\-\-contiguous y|n] [\-d|\-\-debug] [\-\-deltag Tag]
|
||||||
[\-\-resync]
|
[\-\-resync]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure]
|
[\-\-ignorelockingfailure]
|
||||||
[\-\-ignoremonitoring]
|
[\-\-ignoremonitoring]
|
||||||
[\-\-monitor {y|n}]
|
[\-\-monitor {y|n}]
|
||||||
[\-M/\-\-persistent y/n] [\-\-minor minor]
|
[\-M|\-\-persistent y|n] [\-\-minor minor]
|
||||||
[\-P/\-\-partial]
|
[\-P|\-\-partial]
|
||||||
[\-p/\-\-permission r|rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
|
[\-p|\-\-permission r|rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
|
||||||
[\-\-refresh]
|
[\-\-refresh]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvchange allows you to change the attributes of a logical volume
|
lvchange allows you to change the attributes of a logical volume
|
||||||
including making them known to the kernel ready for use.
|
including making them known to the kernel ready for use.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP for common options.
|
See \fBlvm\fP for common options.
|
||||||
.TP
|
.TP
|
||||||
.I \-a, \-\-available y/n/ey/en/ly/ln
|
.I \-a, \-\-available y|n|ey|en|ly|ln
|
||||||
Controls the availability of the logical volumes for use.
|
Controls the availability of the logical volumes for use.
|
||||||
Communicates with the kernel device-mapper driver via
|
Communicates with the kernel device-mapper driver via
|
||||||
libdevmapper to activate (-ay) or deactivate (-an) the
|
libdevmapper to activate (-ay) or deactivate (-an) the
|
||||||
@ -36,7 +36,7 @@ To deactivate only on the local node use -aln.
|
|||||||
Logical volumes with single-host snapshots are always activated
|
Logical volumes with single-host snapshots are always activated
|
||||||
exclusively because they can only be used on one node at once.
|
exclusively because they can only be used on one node at once.
|
||||||
.TP
|
.TP
|
||||||
.I \-C, \-\-contiguous y/n
|
.I \-C, \-\-contiguous y|n
|
||||||
Tries to set or reset the contiguous allocation policy for
|
Tries to set or reset the contiguous allocation policy for
|
||||||
logical volumes. It's only possible to change a non-contiguous
|
logical volumes. It's only possible to change a non-contiguous
|
||||||
logical volume's allocation policy to contiguous, if all of the
|
logical volume's allocation policy to contiguous, if all of the
|
||||||
@ -53,7 +53,7 @@ of your data.
|
|||||||
.I \-\-minor minor
|
.I \-\-minor minor
|
||||||
Set the minor number.
|
Set the minor number.
|
||||||
.TP
|
.TP
|
||||||
.I \-\-monitor y/n
|
.I \-\-monitor y|n
|
||||||
Controls whether or not a mirrored logical volume is monitored by
|
Controls whether or not a mirrored logical volume is monitored by
|
||||||
dmeventd, if it is installed.
|
dmeventd, if it is installed.
|
||||||
If a device used by a monitored mirror reports an I/O error,
|
If a device used by a monitored mirror reports an I/O error,
|
||||||
@ -66,7 +66,7 @@ Make no attempt to interact with dmeventd unless \-\-monitor
|
|||||||
is specified.
|
is specified.
|
||||||
Do not use this if dmeventd is already monitoring a device.
|
Do not use this if dmeventd is already monitoring a device.
|
||||||
.TP
|
.TP
|
||||||
.I \-M, \-\-persistent y/n
|
.I \-M, \-\-persistent y|n
|
||||||
Set to y to make the minor number specified persistent.
|
Set to y to make the minor number specified persistent.
|
||||||
.TP
|
.TP
|
||||||
.I \-p, \-\-permission r|rw
|
.I \-p, \-\-permission r|rw
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
lvconvert \- convert a logical volume from linear to mirror or snapshot
|
lvconvert \- convert a logical volume from linear to mirror or snapshot
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvconvert
|
.B lvconvert
|
||||||
\-m/\-\-mirrors Mirrors [\-\-mirrorlog {disk|core}] [\-\-corelog] [\-R/\-\-regionsize MirrorLogRegionSize]
|
\-m|\-\-mirrors Mirrors [\-\-mirrorlog {disk|core}] [\-\-corelog] [\-R|\-\-regionsize MirrorLogRegionSize]
|
||||||
[\-A/\-\-alloc AllocationPolicy]
|
[\-A|\-\-alloc AllocationPolicy]
|
||||||
[\-b/\-\-background] [\-i/\-\-interval Seconds]
|
[\-b|\-\-background] [\-i|\-\-interval Seconds]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-\-version]
|
[\-\-version]
|
||||||
.br
|
.br
|
||||||
LogicalVolume[Path] [PhysicalVolume[Path]...]
|
LogicalVolume[Path] [PhysicalVolume[Path]...]
|
||||||
@ -15,10 +15,10 @@ LogicalVolume[Path] [PhysicalVolume[Path]...]
|
|||||||
|
|
||||||
.br
|
.br
|
||||||
.B lvconvert
|
.B lvconvert
|
||||||
\-s/\-\-snapshot [\-c/\-\-chunksize ChunkSize]
|
\-s|\-\-snapshot [\-c|\-\-chunksize ChunkSize]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-Z/\-\-zero y/n]
|
[\-Z|\-\-zero y|n]
|
||||||
[\-\-version]
|
[\-\-version]
|
||||||
.br
|
.br
|
||||||
OriginalLogicalVolume[Path] SnapshotLogicalVolume[Path]
|
OriginalLogicalVolume[Path] SnapshotLogicalVolume[Path]
|
||||||
@ -68,7 +68,7 @@ existing logical volume as its origin.
|
|||||||
.I \-c, \-\-chunksize ChunkSize
|
.I \-c, \-\-chunksize ChunkSize
|
||||||
Power of 2 chunk size for the snapshot logical volume between 4k and 512k.
|
Power of 2 chunk size for the snapshot logical volume between 4k and 512k.
|
||||||
.TP
|
.TP
|
||||||
.I \-Z, \-\-zero y/n
|
.I \-Z, \-\-zero y|n
|
||||||
Controls zeroing of the first KB of data in the snapshot.
|
Controls zeroing of the first KB of data in the snapshot.
|
||||||
If the volume is read-only the snapshot will not be zeroed.
|
If the volume is read-only the snapshot will not be zeroed.
|
||||||
.br
|
.br
|
||||||
|
@ -5,27 +5,27 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
.B lvcreate
|
.B lvcreate
|
||||||
[\-\-addtag Tag]
|
[\-\-addtag Tag]
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-A/\-\-autobackup y/n] [\-C/\-\-contiguous y/n] [\-d/\-\-debug]
|
[\-A|\-\-autobackup y|n] [\-C|\-\-contiguous y|n] [\-d|\-\-debug]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-i/\-\-stripes Stripes [\-I/\-\-stripesize StripeSize]]
|
[\-i|\-\-stripes Stripes [\-I|\-\-stripesize StripeSize]]
|
||||||
{\-l/\-\-extents LogicalExtentsNumber[%{VG|PVS|FREE}] |
|
{\-l|\-\-extents LogicalExtentsNumber[%{VG|PVS|FREE}] |
|
||||||
\-L/\-\-size LogicalVolumeSize[kKmMgGtT]}
|
\-L|\-\-size LogicalVolumeSize[kKmMgGtT]}
|
||||||
[\-M/\-\-persistent y/n] [\-\-minor minor]
|
[\-M|\-\-persistent y|n] [\-\-minor minor]
|
||||||
[\-m/\-\-mirrors Mirrors [\-\-nosync] [\-\-mirrorlog {disk|core}] [\-\-corelog]
|
[\-m|\-\-mirrors Mirrors [\-\-nosync] [\-\-mirrorlog {disk|core}] [\-\-corelog]
|
||||||
[\-R/\-\-regionsize MirrorLogRegionSize]]
|
[\-R|\-\-regionsize MirrorLogRegionSize]]
|
||||||
[\-n/\-\-name LogicalVolumeName]
|
[\-n|\-\-name LogicalVolumeName]
|
||||||
[\-p/\-\-permission r|rw] [\-r/\-\-readahead ReadAheadSectors|auto|none]
|
[\-p|\-\-permission r|rw] [\-r|\-\-readahead ReadAheadSectors|auto|none]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] [\-Z/\-\-zero y/n]
|
[\-v|\-\-verbose] [\-Z|\-\-zero y|n]
|
||||||
VolumeGroupName [PhysicalVolumePath...]
|
VolumeGroupName [PhysicalVolumePath...]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B lvcreate
|
.B lvcreate
|
||||||
{\-l/\-\-extents LogicalExtentsNumber[%{VG|FREE}] |
|
{\-l|\-\-extents LogicalExtentsNumber[%{VG|FREE}] |
|
||||||
\-L/\-\-size LogicalVolumeSize[kKmMgGtT]}
|
\-L|\-\-size LogicalVolumeSize[kKmMgGtT]}
|
||||||
[\-c/\-\-chunksize ChunkSize]
|
[\-c|\-\-chunksize ChunkSize]
|
||||||
\-s/\-\-snapshot \-n/\-\-name SnapshotLogicalVolumeName OriginalLogicalVolumePath
|
\-s|\-\-snapshot \-n|\-\-name SnapshotLogicalVolumeName OriginalLogicalVolumePath
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvcreate creates a new logical volume in a volume group ( see
|
lvcreate creates a new logical volume in a volume group ( see
|
||||||
.B vgcreate(8), vgchange(8)
|
.B vgcreate(8), vgchange(8)
|
||||||
@ -46,7 +46,7 @@ See \fBlvm\fP for common options.
|
|||||||
.I \-c, \-\-chunksize ChunkSize
|
.I \-c, \-\-chunksize ChunkSize
|
||||||
Power of 2 chunk size for the snapshot logical volume between 4k and 512k.
|
Power of 2 chunk size for the snapshot logical volume between 4k and 512k.
|
||||||
.TP
|
.TP
|
||||||
.I \-C, \-\-contiguous y/n
|
.I \-C, \-\-contiguous y|n
|
||||||
Sets or resets the contiguous allocation policy for
|
Sets or resets the contiguous allocation policy for
|
||||||
logical volumes. Default is no contiguous allocation based
|
logical volumes. Default is no contiguous allocation based
|
||||||
on a next free principle.
|
on a next free principle.
|
||||||
@ -83,7 +83,7 @@ Default unit is megabytes.
|
|||||||
.I \-\-minor minor
|
.I \-\-minor minor
|
||||||
Set the minor number.
|
Set the minor number.
|
||||||
.TP
|
.TP
|
||||||
.I \-M, \-\-persistent y/n
|
.I \-M, \-\-persistent y|n
|
||||||
Set to y to make the minor number specified persistent.
|
Set to y to make the minor number specified persistent.
|
||||||
.TP
|
.TP
|
||||||
.I \-m, \-\-mirrors Mirrors
|
.I \-m, \-\-mirrors Mirrors
|
||||||
@ -145,7 +145,7 @@ as well. Run
|
|||||||
.B lvdisplay(8)
|
.B lvdisplay(8)
|
||||||
on the snapshot in order to check how much data is allocated to it.
|
on the snapshot in order to check how much data is allocated to it.
|
||||||
.TP
|
.TP
|
||||||
.I \-Z, \-\-zero y/n
|
.I \-Z, \-\-zero y|n
|
||||||
Controls zeroing of the first KB of data in the new logical volume.
|
Controls zeroing of the first KB of data in the new logical volume.
|
||||||
.br
|
.br
|
||||||
Default is yes.
|
Default is yes.
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
lvdisplay \- display attributes of a logical volume
|
lvdisplay \- display attributes of a logical volume
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvdisplay
|
.B lvdisplay
|
||||||
[\-c/\-\-colon] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-c|\-\-colon] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure]
|
[\-\-ignorelockingfailure]
|
||||||
[\-\-maps] [\-P/\-\-partial]
|
[\-\-maps] [\-P|\-\-partial]
|
||||||
[\-v/\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvdisplay allows you to see the attributes of a logical volume
|
lvdisplay allows you to see the attributes of a logical volume
|
||||||
like size, read/write status, snapshot information etc.
|
like size, read/write status, snapshot information etc.
|
||||||
|
@ -4,12 +4,12 @@ lvextend \- extend the size of a logical volume
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvextend
|
.B lvextend
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-i/\-\-stripes Stripes [\-I/\-\-stripesize StripeSize]]
|
[\-i|\-\-stripes Stripes [\-I|\-\-stripesize StripeSize]]
|
||||||
{\-l/\-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] |
|
{\-l|\-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] |
|
||||||
\-L/\-\-size [+]LogicalVolumeSize[kKmMgGtT]}
|
\-L|\-\-size [+]LogicalVolumeSize[kKmMgGtT]}
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] LogicalVolumePath [PhysicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvextend allows you to extend the size of a logical volume.
|
lvextend allows you to extend the size of a logical volume.
|
||||||
Extension of snapshot logical volumes (see
|
Extension of snapshot logical volumes (see
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
lvmdiskscan \- scan for all devices visible to LVM2
|
lvmdiskscan \- scan for all devices visible to LVM2
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvmdiskscan
|
.B lvmdiskscan
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-l/\-\-lvmpartition]
|
[\-l|\-\-lvmpartition]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBlvmdiskscan\fP scans all SCSI, (E)IDE disks, multiple devices and a bunch
|
\fBlvmdiskscan\fP scans all SCSI, (E)IDE disks, multiple devices and a bunch
|
||||||
of other block devices in the system looking for LVM physical volumes.
|
of other block devices in the system looking for LVM physical volumes.
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
lvreduce \- reduce the size of a logical volume
|
lvreduce \- reduce the size of a logical volume
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvreduce
|
.B lvreduce
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-f/\-\-force]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
{\-l/\-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}] |
|
{\-l|\-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}] |
|
||||||
\-L/\-\-size [\-]LogicalVolumeSize[kKmMgGtT]}
|
\-L|\-\-size [\-]LogicalVolumeSize[kKmMgGtT]}
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] LogicalVolume[Path]
|
[\-v|\-\-verbose] LogicalVolume[Path]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvreduce allows you to reduce the size of a logical volume.
|
lvreduce allows you to reduce the size of a logical volume.
|
||||||
Be careful when reducing a logical volume's size, because data in the
|
Be careful when reducing a logical volume's size, because data in the
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
lvremove \- remove a logical volume
|
lvremove \- remove a logical volume
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvremove
|
.B lvremove
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-f/\-\-force]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
\fBlvremove\fP removes one or more logical volumes.
|
\fBlvremove\fP removes one or more logical volumes.
|
||||||
Confirmation will be requested before deactivating any active logical
|
Confirmation will be requested before deactivating any active logical
|
||||||
|
@ -4,12 +4,12 @@ lvresize \- resize a logical volume
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvresize
|
.B lvresize
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-i/\-\-stripes Stripes [\-I/\-\-stripesize StripeSize]]
|
[\-i|\-\-stripes Stripes [\-I|\-\-stripesize StripeSize]]
|
||||||
{\-l/\-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] |
|
{\-l|\-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}] |
|
||||||
\-L/\-\-size [+]LogicalVolumeSize[kKmMgGtT]}
|
\-L|\-\-size [+]LogicalVolumeSize[kKmMgGtT]}
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] LogicalVolumePath [PhysicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvresize allows you to resize a logical volume.
|
lvresize allows you to resize a logical volume.
|
||||||
Be careful when reducing a logical volume's size, because data in the reduced
|
Be careful when reducing a logical volume's size, because data in the reduced
|
||||||
|
10
man/lvs.8.in
10
man/lvs.8.in
@ -3,14 +3,14 @@
|
|||||||
lvs \- report information about logical volumes
|
lvs \- report information about logical volumes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B lvs
|
.B lvs
|
||||||
[\-\-aligned] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o/\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O/\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
[\-O|\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
||||||
[\-P/\-\-partial] [\-\-segments]
|
[\-P|\-\-partial] [\-\-segments]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-\-version] [VolumeGroupName [VolumeGroupName...]]
|
[\-\-version] [VolumeGroupName [VolumeGroupName...]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
lvs produces formatted output about logical volumes.
|
lvs produces formatted output about logical volumes.
|
||||||
|
@ -4,12 +4,12 @@ pvchange \- change attributes of a physical volume
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B pvchange
|
.B pvchange
|
||||||
[\-\-addtag Tag]
|
[\-\-addtag Tag]
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug]
|
||||||
[\-\-deltag Tag]
|
[\-\-deltag Tag]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] [\-a/\-\-all] [\-x/\-\-allocatable y/n]
|
[\-v|\-\-verbose] [\-a|\-\-all] [\-x|\-\-allocatable y|n]
|
||||||
[\-u/\-\-uuid] [PhysicalVolumePath...]
|
[\-u|\-\-uuid] [PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
pvchange allows you to change the allocation permissions of one or
|
pvchange allows you to change the allocation permissions of one or
|
||||||
more physical volumes.
|
more physical volumes.
|
||||||
@ -23,7 +23,7 @@ physical volumes are searched for and used.
|
|||||||
.I \-u, \-\-uuid
|
.I \-u, \-\-uuid
|
||||||
Generate new random UUID for specified physical volumes.
|
Generate new random UUID for specified physical volumes.
|
||||||
.TP
|
.TP
|
||||||
.I \-x, \-\-allocatable y/n
|
.I \-x, \-\-allocatable y|n
|
||||||
Enable or disable allocation of physical extents on this physical volume.
|
Enable or disable allocation of physical extents on this physical volume.
|
||||||
.SH Example
|
.SH Example
|
||||||
"pvchange -x n /dev/sdk1" disallows the allocation of physical extents
|
"pvchange -x n /dev/sdk1" disallows the allocation of physical extents
|
||||||
|
@ -17,7 +17,7 @@ pvcreate \- initialize a disk or partition for use by LVM
|
|||||||
.RB [ \-\-setphysicalvolumesize size ]
|
.RB [ \-\-setphysicalvolumesize size ]
|
||||||
.RB [ \-u | \-\-uuid uuid ]
|
.RB [ \-u | \-\-uuid uuid ]
|
||||||
.RB [ \-\-version ]
|
.RB [ \-\-version ]
|
||||||
.RB [ \-Z | \-\-zero y/n ]
|
.RB [ \-Z | \-\-zero y|n ]
|
||||||
.IR PhysicalVolume " [" PhysicalVolume ...]
|
.IR PhysicalVolume " [" PhysicalVolume ...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pvcreate
|
.B pvcreate
|
||||||
@ -62,7 +62,7 @@ onto a replacement device - see \fBvgcfgrestore\fP(8).
|
|||||||
.BR \-y ", " \-\-yes
|
.BR \-y ", " \-\-yes
|
||||||
Answer yes to all questions.
|
Answer yes to all questions.
|
||||||
.TP
|
.TP
|
||||||
.BR \-Z ", " \-\-zero " y/n"
|
.BR \-Z ", " \-\-zero " y|n"
|
||||||
Whether or not the first 4 sectors (2048 bytes) of the device should be
|
Whether or not the first 4 sectors (2048 bytes) of the device should be
|
||||||
wiped.
|
wiped.
|
||||||
If this option is not given, the
|
If this option is not given, the
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
pvdisplay \- display attributes of a physical volume
|
pvdisplay \- display attributes of a physical volume
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B pvdisplay
|
.B pvdisplay
|
||||||
[\-c/\-\-colon] [\-d/\-\-debug] [\-h/\-?/\-\-help] [\-s/\-\-short]
|
[\-c|\-\-colon] [\-d|\-\-debug] [\-h|\-?|\-\-help] [\-s|\-\-short]
|
||||||
[\-v[v]/\-\-verbose [\-\-verbose]]
|
[\-v[v]|\-\-verbose [\-\-verbose]]
|
||||||
PhysicalVolumePath [PhysicalVolumePath...]
|
PhysicalVolumePath [PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
pvdisplay allows you to see the attributes of one or more physical volumes
|
pvdisplay allows you to see the attributes of one or more physical volumes
|
||||||
|
@ -5,9 +5,9 @@ pvmove \- move physical extents
|
|||||||
.B pvmove
|
.B pvmove
|
||||||
[\-\-abort]
|
[\-\-abort]
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-b/\-\-background]
|
[\-b|\-\-background]
|
||||||
[\-d/\-\-debug] [\-h/\-\-help] [\-i/\-\-interval Seconds] [\-v/\-\-verbose]
|
[\-d|\-\-debug] [\-h|\-\-help] [\-i|\-\-interval Seconds] [\-v|\-\-verbose]
|
||||||
[\-n/\-\-name LogicalVolume]
|
[\-n|\-\-name LogicalVolume]
|
||||||
[SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
|
[SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pvmove
|
.B pvmove
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
pvs \- report information about physical volumes
|
pvs \- report information about physical volumes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B pvs
|
.B pvs
|
||||||
[\-\-aligned] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o/\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O/\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
[\-O|\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-\-version] [PhysicalVolume [PhysicalVolume...]]
|
[\-\-version] [PhysicalVolume [PhysicalVolume...]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
pvs produces formatted output about physical volumes.
|
pvs produces formatted output about physical volumes.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
vgck \- check volume group metadata
|
vgck \- check volume group metadata
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgck
|
.B vgck
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help] [\-v/\-\-verbose] [VolumeGroupName...]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help] [\-v|\-\-verbose] [VolumeGroupName...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgck checks LVM metadata for each named volume group for consistency.
|
vgck checks LVM metadata for each named volume group for consistency.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
vgexport \- make volume groups unknown to the system
|
vgexport \- make volume groups unknown to the system
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgexport
|
.B vgexport
|
||||||
[\-a/\-\-all]
|
[\-a|\-\-all]
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
VolumeGroupName [VolumeGroupName...]
|
VolumeGroupName [VolumeGroupName...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgexport allows you to make the inactive
|
vgexport allows you to make the inactive
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
vgextend \- add physical volumes to a volume group
|
vgextend \- add physical volumes to a volume group
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgextend
|
.B vgextend
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
VolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]
|
VolumeGroupName PhysicalDevicePath [PhysicalDevicePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgextend allows you to add one or more initialized physical volumes ( see
|
vgextend allows you to add one or more initialized physical volumes ( see
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
vgimport \- make exported volume groups known to the system
|
vgimport \- make exported volume groups known to the system
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgimport
|
.B vgimport
|
||||||
[\-a/\-\-all]
|
[\-a|\-\-all]
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
VolumeGroupName [VolumeGroupName...]
|
VolumeGroupName [VolumeGroupName...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B vgimport
|
.B vgimport
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
vgmerge \- merge two volume groups
|
vgmerge \- merge two volume groups
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgmerge
|
.B vgmerge
|
||||||
[\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-h/\-?/\-\-help] [\-l/\-\-list]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help] [\-l|\-\-list]
|
||||||
[\-t/\-\-test] [\-v/\-\-verbose] DestinationVolumeGroupName
|
[\-t|\-\-test] [\-v|\-\-verbose] DestinationVolumeGroupName
|
||||||
SourceVolumeGroupName
|
SourceVolumeGroupName
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgmerge merges two existing volume groups. The inactive SourceVolumeGroupName
|
vgmerge merges two existing volume groups. The inactive SourceVolumeGroupName
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
vgmknodes \- recreate volume group directory and logical volume special files
|
vgmknodes \- recreate volume group directory and logical volume special files
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgmknodes
|
.B vgmknodes
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[[VolumeGroupName | LogicalVolumePath]...]
|
[[VolumeGroupName | LogicalVolumePath]...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Checks the LVM2 special files in /dev that are needed for active
|
Checks the LVM2 special files in /dev that are needed for active
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
vgreduce \- reduce a volume group
|
vgreduce \- reduce a volume group
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgreduce
|
.B vgreduce
|
||||||
[\-a/\-\-all] [\-A/\-\-autobackup y/n] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-a|\-\-all] [\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-removemissing]
|
[\-\-removemissing]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose] VolumeGroupName
|
[\-v|\-\-verbose] VolumeGroupName
|
||||||
[PhysicalVolumePath...]
|
[PhysicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgreduce allows you to remove one or more unused physical volumes
|
vgreduce allows you to remove one or more unused physical volumes
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
vgremove \- remove a volume group
|
vgremove \- remove a volume group
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgremove
|
.B vgremove
|
||||||
[\-d/\-\-debug] [\-f/\-\-force] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-f|\-\-force] [\-h|\-?|\-\-help]
|
||||||
[\-t/\-\-test] [\-v/\-\-verbose]
|
[\-t|\-\-test] [\-v|\-\-verbose]
|
||||||
VolumeGroupName [VolumeGroupName...]
|
VolumeGroupName [VolumeGroupName...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgremove allows you to remove one or more volume groups.
|
vgremove allows you to remove one or more volume groups.
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
vgrename \- rename a volume group
|
vgrename \- rename a volume group
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgrename
|
.B vgrename
|
||||||
[\-A/\-\-autobackup y/n]
|
[\-A|\-\-autobackup y|n]
|
||||||
[\-d/\-\-debug]
|
[\-d|\-\-debug]
|
||||||
[\-h/\-?/\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
[\-t/\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
.IR OldVolumeGroup { Path | Name | UUID }
|
.IR OldVolumeGroup { Path | Name | UUID }
|
||||||
.IR NewVolumeGroup { Path | Name }
|
.IR NewVolumeGroup { Path | Name }
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
10
man/vgs.8.in
10
man/vgs.8.in
@ -3,14 +3,14 @@
|
|||||||
vgs \- report information about volume groups
|
vgs \- report information about volume groups
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgs
|
.B vgs
|
||||||
[\-\-aligned] [\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-\-aligned] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
[\-\-ignorelockingfailure] [\-\-noheadings] [\-\-nosuffix]
|
||||||
[\-o/\-\-options [+]Field[,Field]]
|
[\-o|\-\-options [+]Field[,Field]]
|
||||||
[\-O/\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
[\-O|\-\-sort [+/-]Key1[,[+/-]Key2[,...]]]
|
||||||
[\-P/\-\-partial]
|
[\-P|\-\-partial]
|
||||||
[\-\-separator Separator] [\-\-unbuffered]
|
[\-\-separator Separator] [\-\-unbuffered]
|
||||||
[\-\-units hsbkmgtHKMGT]
|
[\-\-units hsbkmgtHKMGT]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-\-version] [VolumeGroupName [VolumeGroupName...]]
|
[\-\-version] [VolumeGroupName [VolumeGroupName...]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgs produces formatted output about volume groups.
|
vgs produces formatted output about volume groups.
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
vgscan \- scan all disks for volume groups and rebuild caches
|
vgscan \- scan all disks for volume groups and rebuild caches
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B vgscan
|
.B vgscan
|
||||||
[\-d/\-\-debug] [\-h/\-?/\-\-help]
|
[\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
[\-\-ignorelockingfailure]
|
[\-\-ignorelockingfailure]
|
||||||
[\-\-mknodes]
|
[\-\-mknodes]
|
||||||
[\-P/\-\-partial]
|
[\-P|\-\-partial]
|
||||||
[\-v/\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgscan scans all SCSI, (E)IDE disks, multiple devices and a bunch
|
vgscan scans all SCSI, (E)IDE disks, multiple devices and a bunch
|
||||||
of other disk devices in the system looking for LVM physical volumes
|
of other disk devices in the system looking for LVM physical volumes
|
||||||
|
Loading…
Reference in New Issue
Block a user