]> sourceware.org Git - lvm2.git/commitdiff
build: make generate
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 May 2018 15:02:34 +0000 (17:02 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Sat, 12 May 2018 16:18:23 +0000 (18:18 +0200)
conf/example.conf.in
man/lvconvert.8_pregen
man/pvcreate.8_pregen
man/vgcfgrestore.8_pregen
man/vgconvert.8_pregen
man/vgcreate.8_pregen
man/vgextend.8_pregen
man/vgsplit.8_pregen

index aab274d742104b720504f1236a8d6e592dabfd47..92af8d34e15aafb225a4be3daef085c166f9d308 100644 (file)
@@ -702,29 +702,17 @@ global {
        activation = 1
 
        # Configuration option global/fallback_to_lvm1.
-       # Try running LVM1 tools if LVM cannot communicate with DM.
-       # This option only applies to 2.4 kernels and is provided to help
-       # switch between device-mapper kernels and LVM1 kernels. The LVM1
-       # tools need to be installed with .lvm1 suffices, e.g. vgscan.lvm1.
-       # They will stop working once the lvm2 on-disk metadata format is used.
+       # This setting setting no longer used.
        # This configuration option has an automatic default value.
-       # fallback_to_lvm1 = @DEFAULT_FALLBACK_TO_LVM1@
+       # fallback_to_lvm1 = 0
 
        # Configuration option global/format.
-       # The default metadata format that commands should use.
-       # The -M 1|2 option overrides this setting.
-       # 
-       # Accepted values:
-       #   lvm1
-       #   lvm2
-       # 
+       # This setting is no longer used.
        # This configuration option has an automatic default value.
        # format = "lvm2"
 
        # Configuration option global/format_libraries.
-       # Shared libraries that process different metadata formats.
-       # If support for LVM1 metadata was compiled as a shared library use
-       # format_libraries = "liblvm2format1.so"
+       # This setting is no longer used.
        # This configuration option does not have a default value defined.
 
        # Configuration option global/segment_libraries.
@@ -821,13 +809,6 @@ global {
        # encountered the internal error. Please only enable for debugging.
        abort_on_internal_errors = 0
 
-       # Configuration option global/detect_internal_vg_cache_corruption.
-       # Internal verification of VG structures.
-       # Check if CRC matches when a parsed VG is used multiple times. This
-       # is useful to catch unexpected changes to cached VG structures.
-       # Please only enable for debugging.
-       detect_internal_vg_cache_corruption = 0
-
        # Configuration option global/metadata_read_only.
        # No operations that change on-disk metadata are permitted.
        # Additionally, read-only commands that encounter metadata in need of
index e0e38b9f1d48b237b1725f59176b8fc82be21d9a..91691a33b79abb83d2f629641970a79322db4aa2 100644 (file)
@@ -503,7 +503,7 @@ Merge LV images that were split from a raid1 LV.
 Convert LV to a thin LV, using the original LV as an external origin.
 .br
 .P
-\fBlvconvert\fP \fB--type\fP \fBthin\fP \fB--thinpool\fP \fILV\fP \fILV\fP\fI_linear_striped_cache_raid\fP
+\fBlvconvert\fP \fB--type\fP \fBthin\fP \fB--thinpool\fP \fILV\fP \fILV\fP\fI_linear_striped_thin_cache_raid\fP
 .br
 .RS 4
 .ad l
@@ -1530,7 +1530,7 @@ Convert LV to a thin LV, using the original LV as an external origin
 (infers --type thin).
 .br
 .P
-\fBlvconvert\fP \fB-T\fP|\fB--thin\fP \fB--thinpool\fP \fILV\fP \fILV\fP\fI_linear_striped_cache_raid\fP
+\fBlvconvert\fP \fB-T\fP|\fB--thin\fP \fB--thinpool\fP \fILV\fP \fILV\fP\fI_linear_striped_thin_cache_raid\fP
 .br
 .RS 4
 .ad l
@@ -1714,7 +1714,9 @@ origin LV (first arg) to reverse a splitsnapshot command.
 .br
 -
 
-Poll LV to continue conversion (also see --startpoll).
+Poll LV to continue conversion (also see --startpoll) 
+.br
+or waits till conversion/mirror syncing is finished
 .br
 .P
 \fBlvconvert\fP \fILV\fP\fI_mirror_raid\fP
index abceb82af63209f864ed6adb0e0e3ffcabff01c7..c4b03da71e3d510fa01954945e4aa78981224688 100644 (file)
@@ -38,7 +38,7 @@ normally prevent it, e.g. if the PV is already in a VG.
 .ad b
 .br
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -266,12 +266,11 @@ The size may be rounded.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
index e02810391a5811f497e3873946236ec267f7aaee..cffd44b6848c5fe1d4119dc9e6a3b518433d10a9 100644 (file)
@@ -51,7 +51,7 @@ vgcfgrestore - Restore volume group configuration
 .ad b
 .br
 .ad l
- \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .ad b
 .br
 .ad l
@@ -141,7 +141,7 @@ Common options for command:
 .
 .RS 4
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -280,12 +280,11 @@ Display long help text.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
index 62280872085bec2ea30ef12a51a00f020bc7e3ad..5e7f8a95cf25a10de6d94b1cc039b1c005d332d2 100644 (file)
@@ -8,12 +8,9 @@ vgconvert - Change volume group metadata format
     [ \fIoption_args\fP ]
 .br
 .SH DESCRIPTION
-vgconvert converts VG metadata from one format to another.  The new
-metadata format must be able to fit into the space provided by the old
+vgconvert converts VG metadata from one format to another.  This command
+is no longer used because this version of lvm no longer supports the LVM1
 format.
-
-Because the LVM1 format should no longer be used, this command is no
-longer needed in general.
 .SH USAGE
 \fBvgconvert\fP \fIVG\fP ...
 .br
@@ -23,7 +20,7 @@ longer needed in general.
 .ad b
 .br
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -194,12 +191,11 @@ The size may be rounded.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
index ddad391accecd2f0c6286733ac24d028fd6e18f8..09bf1260a74462bfaf0646d15ff61307091a93a3 100644 (file)
@@ -33,7 +33,7 @@ devices are also available with vgcreate.
 .ad b
 .br
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -324,12 +324,11 @@ The size may be rounded.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
index ee805a8c27bfcf4e140c91f3dbe9166954251d7b..a6a30e92db5ef429bef0fef5dc7d751bbfc48ee8 100644 (file)
@@ -36,7 +36,7 @@ will initialize them. In this case pvcreate options can be used, e.g.
 .ad b
 .br
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -237,12 +237,11 @@ The size may be rounded.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
index 210c266ee80729b27e6fdbc2e51a0b920a2b4ca7..6c3e6ec1635080e70f1e032a25ac36a535ad1199 100644 (file)
@@ -62,7 +62,7 @@ Common options for command:
 .ad b
 .br
 .ad l
-[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP ]
+[ \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP ]
 .ad b
 .br
 .ad l
@@ -230,12 +230,11 @@ and --vgmetadatacopies for improving performance.
 .ad b
 .HP
 .ad l
-\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP|\fBlvm1\fP
+\fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .br
 Specifies the type of on-disk metadata to use.
 \fBlvm2\fP (or just \fB2\fP) is the current, standard format.
-\fBlvm1\fP (or just \fB1\fP) is a historical format that
-can be used for accessing old data.
+\fBlvm1\fP (or just \fB1\fP) is no longer used.
 .ad b
 .HP
 .ad l
This page took 0.06042 seconds and 5 git commands to generate.