mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
build: make generate
This commit is contained in:
parent
10a095a58b
commit
205fb35b50
@ -937,8 +937,7 @@ global {
|
|||||||
# a volume group's metadata, instead of always granting the read-only
|
# a volume group's metadata, instead of always granting the read-only
|
||||||
# requests immediately, delay them to allow the read-write requests to
|
# requests immediately, delay them to allow the read-write requests to
|
||||||
# be serviced. Without this setting, write access may be stalled by a
|
# be serviced. Without this setting, write access may be stalled by a
|
||||||
# high volume of read-only requests. This option only affects
|
# high volume of read-only requests. This option only affects file locks.
|
||||||
# locking_type 1 viz. local file-based locking.
|
|
||||||
prioritise_write_locks = 1
|
prioritise_write_locks = 1
|
||||||
|
|
||||||
# Configuration option global/library_dir.
|
# Configuration option global/library_dir.
|
||||||
|
@ -8,9 +8,10 @@ vgsplit - Move physical volumes into a new or existing volume group
|
|||||||
[ \fIoption_args\fP ]
|
[ \fIoption_args\fP ]
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
vgsplit moves one or more PVs from a source VG to a destination VG. The
|
vgsplit moves one or more PVs from a source VG (the first VG arg) to a
|
||||||
PVs can be specified explicitly or implicitly by naming an LV, in which
|
destination VG (the second VG arg). The PV(s) to move are named after the
|
||||||
case on PVs underlying the LV are moved.
|
source and destination VGs, or an LV is named, in which case the PVs
|
||||||
|
underlying the LV are moved.
|
||||||
|
|
||||||
If the destination VG does not exist, a new VG is created (command options
|
If the destination VG does not exist, a new VG is created (command options
|
||||||
can be used to specify properties of the new VG, also see
|
can be used to specify properties of the new VG, also see
|
||||||
|
Loading…
Reference in New Issue
Block a user