]> sourceware.org Git - lvm2.git/commitdiff
build: make generate
authorMarian Csontos <mcsontos@redhat.com>
Thu, 26 Nov 2020 16:37:32 +0000 (17:37 +0100)
committerMarian Csontos <mcsontos@redhat.com>
Thu, 26 Nov 2020 16:37:32 +0000 (17:37 +0100)
conf/example.conf.in
man/vgsplit.8_pregen

index 6b0622ab9f62de62880bc0c74941bbc1f919b78f..fe17942d9e8c8609107de018364c7457d0b81a5a 100644 (file)
@@ -937,8 +937,7 @@ global {
        # a volume group's metadata, instead of always granting the read-only
        # requests immediately, delay them to allow the read-write requests to
        # be serviced. Without this setting, write access may be stalled by a
-       # high volume of read-only requests. This option only affects
-       # locking_type 1 viz. local file-based locking.
+       # high volume of read-only requests. This option only affects file locks.
        prioritise_write_locks = 1
 
        # Configuration option global/library_dir.
index 3adb0510fcaf1258905ab1eb4da26ceb3045802c..9731aa4faf88ea7988645b71300c0c26551f282a 100644 (file)
@@ -8,9 +8,10 @@ vgsplit - Move physical volumes into a new or existing volume group
     [ \fIoption_args\fP ]
 .br
 .SH DESCRIPTION
-vgsplit moves one or more PVs from a source VG to a destination VG. The
-PVs can be specified explicitly or implicitly by naming an LV, in which
-case on PVs underlying the LV are moved.
+vgsplit moves one or more PVs from a source VG (the first VG arg) to a
+destination VG (the second VG arg).  The PV(s) to move are named after the
+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
 can be used to specify properties of the new VG, also see
This page took 0.034437 seconds and 5 git commands to generate.