]> sourceware.org Git - lvm2.git/commitdiff
make: generate
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Aug 2019 10:56:28 +0000 (12:56 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 9 Aug 2019 10:57:07 +0000 (12:57 +0200)
Run make generate.

conf/example.conf.in
man/lvconvert.8_pregen

index 154f621bcfc76ea052141f3b75de6ef06d0d391f..91ce5bec6e6cb09dcea582dcd16c782d291659aa 100644 (file)
@@ -142,7 +142,7 @@ devices {
        # 
        # Example
        # Accept every block device:
-       # filter = [ "a|.*/|" ]
+       # filter = [ "a|.*|" ]
        # Reject the cdrom drive:
        # filter = [ "r|/dev/cdrom|" ]
        # Work with just loopback devices, e.g. for testing:
@@ -150,10 +150,10 @@ devices {
        # Accept all loop devices and ide drives except hdc:
        # filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
        # Use anchors to be very specific:
-       # filter = [ "a|^/dev/hda8$|", "r|.*/|" ]
+       # filter = [ "a|^/dev/hda8$|", "r|.*|" ]
        # 
        # This configuration option has an automatic default value.
-       # filter = [ "a|.*/|" ]
+       # filter = [ "a|.*|" ]
 
        # Configuration option devices/global_filter.
        # Limit the block devices that are used by LVM system components.
@@ -163,7 +163,7 @@ devices {
        # The syntax is the same as devices/filter. Devices rejected by
        # global_filter are not opened by LVM.
        # This configuration option has an automatic default value.
-       # global_filter = [ "a|.*/|" ]
+       # global_filter = [ "a|.*|" ]
 
        # Configuration option devices/types.
        # List of additional acceptable block device types.
@@ -347,6 +347,12 @@ devices {
        # Enabling this setting allows the VG to be used as usual even with
        # uncertain devices.
        allow_changes_with_duplicate_pvs = 0
+
+       # Configuration option devices/allow_mixed_block_sizes.
+       # Allow PVs in the same VG with different logical block sizes.
+       # When allowed, the user is responsible to ensure that an LV is
+       # using PVs with matching block sizes when necessary.
+       allow_mixed_block_sizes = 0
 }
 
 # Configuration section allocation.
@@ -899,9 +905,6 @@ global {
        # the error messages.
        activation = 1
 
-       # Configuration option global/segment_libraries.
-       # This configuration option does not have a default value defined.
-
        # Configuration option global/proc.
        # Location of proc filesystem.
        # This configuration option is advanced.
@@ -1751,7 +1754,6 @@ activation {
        # additional space for VG metadata. The --metadatasize option overrides
        # this setting.
        # This configuration option does not have a default value defined.
-       # This configuration option has an automatic default value.
 
        # Configuration option metadata/pvmetadataignore.
        # Ignore metadata areas on a new PV.
index 7252f6fb953a0c36bac1412429c8dd6907ad76ee..846ea2d09da9afceb72d23160c0df57ccb2589e0 100644 (file)
@@ -378,6 +378,44 @@ Convert LV to striped.
 .RE
 -
 
+Convert LV to type mirror (also see type raid1),
+.br
+.P
+\fBlvconvert\fP \fB--type\fP \fBmirror\fP \fILV\fP
+.br
+.RS 4
+.ad l
+[ \fB-m\fP|\fB--mirrors\fP [\fB+\fP|\fB-\fP]\fINumber\fP ]
+.ad b
+.br
+.ad l
+[ \fB-I\fP|\fB--stripesize\fP \fISize\fP[k|UNIT] ]
+.ad b
+.br
+.ad l
+[ \fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT] ]
+.ad b
+.br
+.ad l
+[ \fB-i\fP|\fB--interval\fP \fINumber\fP ]
+.ad b
+.br
+.ad l
+[    \fB--stripes\fP \fINumber\fP ]
+.ad b
+.br
+.ad l
+[    \fB--mirrorlog\fP \fBcore\fP|\fBdisk\fP ]
+.ad b
+.br
+[ COMMON_OPTIONS ]
+.RE
+.br
+.RS 4
+[ \fIPV\fP ... ]
+.RE
+-
+
 Convert LV to raid or change raid layout 
 .br
 (a specific raid level must be used, e.g. raid1).
@@ -1636,38 +1674,6 @@ For example, LVM_VG_NAME can generally be substituted for a required VG paramete
 .SH ADVANCED USAGE
 Alternate command forms, advanced command usage, and listing of all valid syntax for completeness.
 .P
-Convert LV to type mirror (also see type raid1), 
-.br
-(also see lvconvert --mirrors).
-.br
-.P
-\fBlvconvert\fP \fB--type\fP \fBmirror\fP \fILV\fP
-.br
-.RS 4
-.ad l
-[ \fB-m\fP|\fB--mirrors\fP [\fB+\fP|\fB-\fP]\fINumber\fP ]
-.ad b
-.br
-.ad l
-[ \fB-R\fP|\fB--regionsize\fP \fISize\fP[m|UNIT] ]
-.ad b
-.br
-.ad l
-[ \fB-i\fP|\fB--interval\fP \fINumber\fP ]
-.ad b
-.br
-.ad l
-[    \fB--mirrorlog\fP \fBcore\fP|\fBdisk\fP ]
-.ad b
-.br
-[ COMMON_OPTIONS ]
-.RE
-.br
-.RS 4
-[ \fIPV\fP ... ]
-.RE
--
-
 Change the region size of an LV.
 .br
 .P
This page took 0.046399 seconds and 5 git commands to generate.