mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
'--noudevsync' -- update relevant man pages
This commit is contained in:
parent
83a3c60506
commit
c48b10050a
@ -7,6 +7,7 @@ lvconvert \- convert a logical volume from linear to mirror or snapshot
|
|||||||
[\-A|\-\-alloc AllocationPolicy]
|
[\-A|\-\-alloc AllocationPolicy]
|
||||||
[\-b|\-\-background] [\-f|\-\-force] [\-i|\-\-interval Seconds]
|
[\-b|\-\-background] [\-f|\-\-force] [\-i|\-\-interval Seconds]
|
||||||
[\-h|\-?|\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
[\-v|\-\-verbose] [\-y|\-\-yes]
|
[\-v|\-\-verbose] [\-y|\-\-yes]
|
||||||
[\-\-version]
|
[\-\-version]
|
||||||
LogicalVolume[Path] [PhysicalVolume[Path]...]
|
LogicalVolume[Path] [PhysicalVolume[Path]...]
|
||||||
@ -16,6 +17,7 @@ LogicalVolume[Path] [PhysicalVolume[Path]...]
|
|||||||
.B lvconvert
|
.B lvconvert
|
||||||
\-s|\-\-snapshot [\-c|\-\-chunksize ChunkSize]
|
\-s|\-\-snapshot [\-c|\-\-chunksize ChunkSize]
|
||||||
[\-h|\-?|\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
[\-v|\-\-verbose]
|
[\-v|\-\-verbose]
|
||||||
[\-Z|\-\-zero y|n]
|
[\-Z|\-\-zero y|n]
|
||||||
[\-\-version]
|
[\-\-version]
|
||||||
@ -67,6 +69,13 @@ Run the daemon in the background.
|
|||||||
Report progress as a percentage at regular intervals.
|
Report progress as a percentage at regular intervals.
|
||||||
.br
|
.br
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-\-repair
|
.I \-\-repair
|
||||||
Repair a mirror after suffering a disk failure. The mirror will be brought back
|
Repair a mirror after suffering a disk failure. The mirror will be brought back
|
||||||
into a consistent state. By default, the original number of mirrors will be
|
into a consistent state. By default, the original number of mirrors will be
|
||||||
|
@ -6,7 +6,7 @@ lvcreate \- create a logical volume in an existing volume group
|
|||||||
[\-\-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] [\-\-noudevsync]
|
||||||
[\-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[bBsSkKmMgGtTpPeE]}
|
\-L|\-\-size LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
||||||
@ -25,6 +25,7 @@ VolumeGroupName [PhysicalVolumePath...]
|
|||||||
{\-l|\-\-extents LogicalExtentsNumber[%{VG|FREE}] |
|
{\-l|\-\-extents LogicalExtentsNumber[%{VG|FREE}] |
|
||||||
\-L|\-\-size LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
\-L|\-\-size LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
||||||
[\-c|\-\-chunksize ChunkSize]
|
[\-c|\-\-chunksize ChunkSize]
|
||||||
|
[\-\-noudevsync]
|
||||||
\-n|\-\-name SnapshotLogicalVolumeName
|
\-n|\-\-name SnapshotLogicalVolumeName
|
||||||
{{\-s|\-\-snapshot}
|
{{\-s|\-\-snapshot}
|
||||||
OriginalLogicalVolumePath |
|
OriginalLogicalVolumePath |
|
||||||
@ -117,6 +118,13 @@ The name for the new logical volume.
|
|||||||
Without this option a default names of "lvol#" will be generated where
|
Without this option a default names of "lvol#" will be generated where
|
||||||
# is the LVM internal number of the logical volume.
|
# is the LVM internal number of the logical volume.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-p, \-\-permission r|rw
|
.I \-p, \-\-permission r|rw
|
||||||
Set access permissions to read only or read and write.
|
Set access permissions to read only or read and write.
|
||||||
.br
|
.br
|
||||||
|
@ -5,6 +5,7 @@ lvextend \- extend the size of a logical volume
|
|||||||
.B lvextend
|
.B lvextend
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
[\-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[bBsSkKmMgGtTpPeE]}
|
\-L|\-\-size [+]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
||||||
@ -21,6 +22,13 @@ volume use
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP for common options.
|
See \fBlvm\fP for common options.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-l, \-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}]
|
.I \-l, \-\-extents [+]LogicalExtentsNumber[%{VG|LV|PVS|FREE}]
|
||||||
Extend or set the logical volume size in units of logical extents.
|
Extend or set the logical volume size in units of logical extents.
|
||||||
With the + sign the value is added to the actual size
|
With the + sign the value is added to the actual size
|
||||||
|
@ -5,6 +5,7 @@ lvreduce \- reduce the size of a logical volume
|
|||||||
.B lvreduce
|
.B lvreduce
|
||||||
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
||||||
[\-h|\-?|\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
{\-l|\-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}] |
|
{\-l|\-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}] |
|
||||||
\-L|\-\-size [\-]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
\-L|\-\-size [\-]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
||||||
[\-t|\-\-test]
|
[\-t|\-\-test]
|
||||||
@ -36,6 +37,13 @@ See \fBlvm\fP for common options.
|
|||||||
.I \-f, \-\-force
|
.I \-f, \-\-force
|
||||||
Force size reduction without any question.
|
Force size reduction without any question.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-l, \-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}]
|
.I \-l, \-\-extents [\-]LogicalExtentsNumber[%{VG|LV|FREE}]
|
||||||
Reduce or set the logical volume size in units of logical extents.
|
Reduce or set the logical volume size in units of logical extents.
|
||||||
With the - sign the value will be subtracted from
|
With the - sign the value will be subtracted from
|
||||||
|
@ -5,6 +5,7 @@ lvremove \- remove a logical volume
|
|||||||
.B lvremove
|
.B lvremove
|
||||||
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-f|\-\-force]
|
||||||
[\-h|\-?|\-\-help]
|
[\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
[\-t|\-\-test]
|
[\-t|\-\-test]
|
||||||
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
[\-v|\-\-verbose] LogicalVolumePath [LogicalVolumePath...]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@ -22,6 +23,13 @@ See \fBlvm\fP(8) for common options.
|
|||||||
.TP
|
.TP
|
||||||
.I \-f, \-\-force
|
.I \-f, \-\-force
|
||||||
Remove active logical volumes without confirmation.
|
Remove active logical volumes without confirmation.
|
||||||
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
Remove the active logical volume lvol1 in volume group vg00
|
Remove the active logical volume lvol1 in volume group vg00
|
||||||
without asking for confirmation:
|
without asking for confirmation:
|
||||||
|
@ -7,6 +7,7 @@ lvrename \- rename a logical volume
|
|||||||
.RB [ \-d | \-\-debug ]
|
.RB [ \-d | \-\-debug ]
|
||||||
.RB [ \-f | \-\-force ]
|
.RB [ \-f | \-\-force ]
|
||||||
.RB [ \-h | \-\-help ]
|
.RB [ \-h | \-\-help ]
|
||||||
|
.RB [ \-\-noudevsync ]
|
||||||
.RB [ \-t | \-\-test ]
|
.RB [ \-t | \-\-test ]
|
||||||
.RB [ \-v | \-\-verbose ]
|
.RB [ \-v | \-\-verbose ]
|
||||||
.RB [ \-\-version ]
|
.RB [ \-\-version ]
|
||||||
@ -22,6 +23,13 @@ to
|
|||||||
.IR NewLogicalVolume { Name | Path }.
|
.IR NewLogicalVolume { Name | Path }.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP for common options.
|
See \fBlvm\fP for common options.
|
||||||
|
.TP
|
||||||
|
.BR \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
To rename
|
To rename
|
||||||
.B lvold
|
.B lvold
|
||||||
|
@ -5,6 +5,7 @@ lvresize \- resize a logical volume
|
|||||||
.B lvresize
|
.B lvresize
|
||||||
[\-\-alloc AllocationPolicy]
|
[\-\-alloc AllocationPolicy]
|
||||||
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
[\-A|\-\-autobackup y|n] [\-d|\-\-debug] [\-h|\-?|\-\-help]
|
||||||
|
[\-\-noudevsync]
|
||||||
[\-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[bBsSkKmMgGtTpPeE]}
|
\-L|\-\-size [+]LogicalVolumeSize[bBsSkKmMgGtTpPeE]}
|
||||||
@ -25,6 +26,13 @@ volume use
|
|||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See \fBlvm\fP for common options.
|
See \fBlvm\fP for common options.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-l, \-\-extents [+|-]LogicalExtentsNumber[%{VG|LV|PVS|FREE}]
|
.I \-l, \-\-extents [+|-]LogicalExtentsNumber[%{VG|LV|PVS|FREE}]
|
||||||
Change or set the logical volume size in units of logical extents.
|
Change or set the logical volume size in units of logical extents.
|
||||||
With the + or - sign the value is added to or subtracted from the actual size
|
With the + or - sign the value is added to or subtracted from the actual size
|
||||||
|
@ -6,8 +6,8 @@ pvmove \- move physical extents
|
|||||||
[\-\-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]
|
||||||
[\-n|\-\-name LogicalVolume]
|
[\-\-noudevsync] [\-v|\-\-verbose] [\-n|\-\-name LogicalVolume]
|
||||||
[SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
|
[SourcePhysicalVolume[:PE[-PE]...] [DestinationPhysicalVolume[:PE[-PE]...]...]]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pvmove
|
.B pvmove
|
||||||
@ -73,6 +73,13 @@ type of on-disk metadata. Metadata can be converted using \fBvgconvert\fP(8).
|
|||||||
.I \-\-abort
|
.I \-\-abort
|
||||||
Abort any moves in progress.
|
Abort any moves in progress.
|
||||||
.TP
|
.TP
|
||||||
|
.I \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.I \-b, \-\-background
|
.I \-b, \-\-background
|
||||||
Run the daemon in the background.
|
Run the daemon in the background.
|
||||||
.TP
|
.TP
|
||||||
|
@ -18,6 +18,7 @@ vgchange \- change attributes of a volume group
|
|||||||
.RB [ \-h | \-\-help]
|
.RB [ \-h | \-\-help]
|
||||||
.RB [ \-\-ignorelockingfailure]
|
.RB [ \-\-ignorelockingfailure]
|
||||||
.RB [ \-\-ignoremonitoring]
|
.RB [ \-\-ignoremonitoring]
|
||||||
|
.RB [ \-\-noudevsync ]
|
||||||
.RB [ \-l | \-\-logicalvolume
|
.RB [ \-l | \-\-logicalvolume
|
||||||
.IR MaxLogicalVolumes ]
|
.IR MaxLogicalVolumes ]
|
||||||
.RB [ -p | \-\-maxphysicalvolumes
|
.RB [ -p | \-\-maxphysicalvolumes
|
||||||
@ -86,6 +87,13 @@ and
|
|||||||
set in
|
set in
|
||||||
.BR lvm.conf (5).
|
.BR lvm.conf (5).
|
||||||
.TP
|
.TP
|
||||||
|
.BR \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
|
.TP
|
||||||
.BR \-\-ignoremonitoring
|
.BR \-\-ignoremonitoring
|
||||||
Make no attempt to interact with dmeventd unless
|
Make no attempt to interact with dmeventd unless
|
||||||
.BR \-\-monitor
|
.BR \-\-monitor
|
||||||
|
@ -4,7 +4,7 @@ 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]
|
[\-\-noudevsync] [\-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.
|
||||||
@ -21,6 +21,13 @@ See \fBlvm\fP for common options.
|
|||||||
.BR \-f ", " \-\-force
|
.BR \-f ", " \-\-force
|
||||||
Force the removal of any logical volumes on the volume group
|
Force the removal of any logical volumes on the volume group
|
||||||
without confirmation.
|
without confirmation.
|
||||||
|
.TP
|
||||||
|
.BR \-\-noudevsync
|
||||||
|
Disable udev synchronisation. The
|
||||||
|
process will not wait for notification from udev.
|
||||||
|
It will continue irrespective of any possible udev processing
|
||||||
|
in the background. You should only use this if udev is not running
|
||||||
|
or has rules that ignore the devices LVM2 creates.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR lvm (8),
|
.BR lvm (8),
|
||||||
.BR lvremove (8),
|
.BR lvremove (8),
|
||||||
|
Loading…
Reference in New Issue
Block a user