]> sourceware.org Git - lvm2.git/commitdiff
build: make generate
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 8 Jun 2018 20:16:00 +0000 (22:16 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 11 Jun 2018 20:25:42 +0000 (22:25 +0200)
44 files changed:
conf/example.conf.in
man/lvchange.8_pregen
man/lvconvert.8_pregen
man/lvcreate.8_pregen
man/lvdisplay.8_pregen
man/lvextend.8_pregen
man/lvm-fullreport.8_pregen
man/lvm-lvpoll.8_pregen
man/lvmconfig.8_pregen
man/lvmdiskscan.8_pregen
man/lvreduce.8_pregen
man/lvremove.8_pregen
man/lvrename.8_pregen
man/lvresize.8_pregen
man/lvs.8_pregen
man/lvscan.8_pregen
man/pvchange.8_pregen
man/pvck.8_pregen
man/pvcreate.8_pregen
man/pvdisplay.8_pregen
man/pvmove.8_pregen
man/pvremove.8_pregen
man/pvresize.8_pregen
man/pvs.8_pregen
man/pvscan.8_pregen
man/vgcfgbackup.8_pregen
man/vgcfgrestore.8_pregen
man/vgchange.8_pregen
man/vgck.8_pregen
man/vgconvert.8_pregen
man/vgcreate.8_pregen
man/vgdisplay.8_pregen
man/vgexport.8_pregen
man/vgextend.8_pregen
man/vgimport.8_pregen
man/vgimportclone.8_pregen
man/vgmerge.8_pregen
man/vgmknodes.8_pregen
man/vgreduce.8_pregen
man/vgremove.8_pregen
man/vgrename.8_pregen
man/vgs.8_pregen
man/vgscan.8_pregen
man/vgsplit.8_pregen

index 4c62aad9302b3b380b092094d6c001d26adfa19d..97daab223ba21d916997635b803d26de5ece74fb 100644 (file)
@@ -728,34 +728,7 @@ global {
        etc = "@CONFDIR@"
 
        # Configuration option global/locking_type.
-       # Type of locking to use.
-       # 
-       # Accepted values:
-       #   0
-       #     Turns off locking. Warning: this risks metadata corruption if
-       #     commands run concurrently.
-       #   1
-       #     LVM uses local file-based locking, the standard mode.
-       #   2
-       #     LVM uses the external shared library locking_library.
-       #   3
-       #     LVM uses built-in clustered locking with clvmd.
-       #     This is incompatible with lvmetad. If use_lvmetad is enabled,
-       #     LVM prints a warning and disables lvmetad use.
-       #   4
-       #     LVM uses read-only locking which forbids any operations that
-       #     might change metadata.
-       #   5
-       #     Offers dummy locking for tools that do not need any locks.
-       #     You should not need to set this directly; the tools will select
-       #     when to use it instead of the configured locking_type.
-       #     Do not use lvmetad or the kernel device-mapper driver with this
-       #     locking type. It is used by the --readonly option that offers
-       #     read-only access to Volume Group metadata that cannot be locked
-       #     safely because it belongs to an inaccessible domain and might be
-       #     in use, for example a virtual machine image or a disk that is
-       #     shared by a clustered machine.
-       # 
+       # This setting is no longer used.
        locking_type = 1
 
        # Configuration option global/wait_for_locks.
@@ -763,19 +736,11 @@ global {
        wait_for_locks = 1
 
        # Configuration option global/fallback_to_clustered_locking.
-       # Attempt to use built-in cluster locking if locking_type 2 fails.
-       # If using external locking (type 2) and initialisation fails, with
-       # this enabled, an attempt will be made to use the built-in clustered
-       # locking. Disable this if using a customised locking_library.
+       # This setting is no longer used.
        fallback_to_clustered_locking = 1
 
        # Configuration option global/fallback_to_local_locking.
-       # Use locking_type 1 (local) if locking_type 2 or 3 fail.
-       # If an attempt to initialise type 2 or type 3 locking failed, perhaps
-       # because cluster components such as clvmd are not running, with this
-       # enabled, an attempt will be made to use local file-based locking
-       # (type 1). If this succeeds, only commands against local VGs will
-       # proceed. VGs marked as clustered will be ignored.
+       # This setting is no longer used.
        fallback_to_local_locking = 1
 
        # Configuration option global/locking_dir.
@@ -799,7 +764,7 @@ global {
        # This configuration option does not have a default value defined.
 
        # Configuration option global/locking_library.
-       # The external locking library to use for locking_type 2.
+       # This setting is no longer used.
        # This configuration option has an automatic default value.
        # locking_library = "liblvm2clusterlock.so"
 
index 26a629787330f4b07a9ce0480324c76db8315af7..8f9783a5a0c71fe66e0b4f55d08495e7c0aab062 100644 (file)
@@ -132,6 +132,10 @@ lvchange - Change the attributes of logical volume(s)
     \fB--monitor\fP \fBy\fP|\fBn\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--noudevsync\fP
 .ad b
@@ -576,6 +580,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -876,6 +884,12 @@ See \fBdmeventd\fP(8) for more information.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 91691a33b79abb83d2f629641970a79322db4aa2..c9df4da143bb9da73656928a9cf0935783ad4939 100644 (file)
@@ -118,6 +118,10 @@ lvconvert - Change logical volume layout
  \fB-n\fP|\fB--name\fP \fIString\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--noudevsync\fP
 .ad b
@@ -903,6 +907,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -1177,6 +1185,12 @@ generated, where # is a number generated by LVM.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 9dcb33fbc2154b5d8c43067be118a745c9d47008..b6483b5e44c32ef471f938bef6d493b374f63205 100644 (file)
@@ -142,6 +142,10 @@ lvcreate - Create a logical volume
  \fB-n\fP|\fB--name\fP \fIString\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--nosync\fP
 .ad b
@@ -916,6 +920,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -1254,6 +1262,12 @@ generated, where # is a number generated by LVM.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosync\fP
 .br
 Causes the creation of mirror, raid1, raid4, raid5 and raid10 to skip the
index 33e4f5d25397952a31a5c2216e99c862cbca1d85..6211a47608f1c4096bd81963c0eb7bf2ca85248c 100644 (file)
@@ -170,6 +170,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -321,6 +325,12 @@ Useful if grepping the output.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosuffix\fP
 .br
 Suppress the suffix on output sizes. Use with --units
index 130672efa17edf709dcfe40ce2ab152f469e0954..b29f5088d376bc0c10f44965435247224b6cbad1 100644 (file)
@@ -62,6 +62,10 @@ lvextend - Add space to a logical volume
  \fB-n\fP|\fB--nofsck\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--nosync\fP
 .ad b
@@ -324,6 +328,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -455,6 +463,12 @@ this option.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosync\fP
 .br
 Causes the creation of mirror, raid1, raid4, raid5 and raid10 to skip the
index 3fb00b1853bde95ae099a4c6247c32f79ec07464..4a8d7b3d155cd96fab68f3efecbadfe260118a7d 100644 (file)
@@ -72,10 +72,6 @@ if information changes between commands.
 .ad b
 .br
 .ad l
-[    \fB--nolocking\fP ]
-.ad b
-.br
-.ad l
 [    \fB--nosuffix\fP ]
 .ad b
 .br
@@ -170,6 +166,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
index 4591a289ee5b65e27062ae63898e57d0ddc08329..1f4c129627e7154ff408e522342f070fec1b0398 100644 (file)
@@ -84,6 +84,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -169,6 +173,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--polloperation\fP \fBpvmove\fP|\fBconvert\fP|\fBmerge\fP|\fBmerge_thin\fP
 .br
 The command to perform from lvmpolld.
index b47d589f6776e86c3c51a6369ed579b356b2ae28..0db2dd70f68cee88abb04baaf8b78c94114cd50d 100644 (file)
@@ -153,6 +153,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -281,6 +285,12 @@ See \fBlvm.conf\fP(5) for more information about profiles.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 8b26d955ce67f65939907b4c3940152d9eee158f..8eb57bfd927ab15f5b26231e2d520cbbf94fdc71 100644 (file)
@@ -79,6 +79,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -144,6 +148,12 @@ Only report PVs.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 3aa4b5af1921bc5cafa2ebfbbe7697f0940410f2..7acc0428d9541cea5799e7c690331994dd3c18c9 100644 (file)
@@ -110,6 +110,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -214,6 +218,12 @@ this option.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 88d0501bb07ab27aaa7b98a935e5bc2cc947b4c2..c8356728ace5ffaf2f7b1cff00338fae0913e2e3 100644 (file)
@@ -114,6 +114,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -195,6 +199,12 @@ metadata/record_lvs_history is enabled.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 69711e0c57f738cba6655223c5ec2d17fe03fe2c..8d2f9b305b8db57b52bba018062e031d10d75282 100644 (file)
@@ -89,6 +89,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -155,6 +159,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 8df157a56f611c8c9978a797cdab97b23150f6d7..13246f5f42c52ce21430c32806e6c4a6e7808cee 100644 (file)
@@ -58,6 +58,10 @@ lvresize - Resize a logical volume
  \fB-n\fP|\fB--nofsck\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--nosync\fP
 .ad b
@@ -272,6 +276,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -397,6 +405,12 @@ this option.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosync\fP
 .br
 Causes the creation of mirror, raid1, raid4, raid5 and raid10 to skip the
index c6303bb66881d3f4fe75ae5b51add04bcb70707d..b5128f9140933f1b404318e6b0e5f0e394a351ed 100644 (file)
@@ -76,10 +76,6 @@ lvs produces formatted output about LVs.
 .ad b
 .br
 .ad l
-[    \fB--nolocking\fP ]
-.ad b
-.br
-.ad l
 [    \fB--nosuffix\fP ]
 .ad b
 .br
@@ -174,6 +170,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
index e9d90ee722677ffdadcff62a84d729e2c9c50d6e..489286ef81606d38aeb6465b6df904d63a0a6adc 100644 (file)
@@ -105,6 +105,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -191,6 +195,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 6a80e725233227837e223ddeb43ab4da532cfe0c..5da8eca38b0c7969e477176646fbbc1cea6cd7c5 100644 (file)
@@ -154,6 +154,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -269,6 +273,12 @@ If no, lvm will store metadata on the PV.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 1140d69cdd7ca58558ae25ca5eb27f37e9fc1355..499f62cf6ffb2d94e89740f39bb760bd0816f3a9 100644 (file)
@@ -69,6 +69,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -137,6 +141,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index c4b03da71e3d510fa01954945e4aa78981224688..2b4fb1c9fd269633b7ebf77ded91e2584169e710 100644 (file)
@@ -145,6 +145,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -274,6 +278,12 @@ Specifies the type of on-disk metadata to use.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--norestorefile\fP
 .br
 In conjunction with --uuid, this allows a uuid to be specified
index bbf09d89465861ed21541e324aa3e3820421090c..5f39e7bac8e622ae2e02e62424181ef4c0749072 100644 (file)
@@ -166,6 +166,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -306,6 +310,12 @@ Useful if grepping the output.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosuffix\fP
 .br
 Suppress the suffix on output sizes. Use with --units
index cb121f24a0df639f3e01c9df22bd88c5a2742091..e553722a92cbdfedf39f8c18b7dd61520b072624 100644 (file)
@@ -137,6 +137,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -260,6 +264,12 @@ Move only the extents belonging to the named LV.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 16a82adccc783e23816e5fb69db84a341c31d9c2..3d834785b1025520a37b98cdca6eec9183a85d4c 100644 (file)
@@ -79,6 +79,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -145,6 +149,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 7b61f811fd9ad747360c05d2f3c998dde16decb3..5a5c97516caf0566ed339da4d3e467bab3629a45 100644 (file)
@@ -74,6 +74,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -133,6 +137,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index a2a62a67dabf61a7f38f5861088a8ff190402e76..59f1e3dce993681826137841aef91112d93149cd 100644 (file)
@@ -72,10 +72,6 @@ pvs produces formatted output about PVs.
 .ad b
 .br
 .ad l
-[    \fB--nolocking\fP ]
-.ad b
-.br
-.ad l
 [    \fB--nosuffix\fP ]
 .ad b
 .br
@@ -170,6 +166,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
index 230492b3afb71b045e81c00f2cb7902de7c09be4..3ce59b5d4eff79fe99b9b5eb173c645823e5de18 100644 (file)
@@ -218,6 +218,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -323,6 +327,12 @@ The minor number of a device.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB-n\fP|\fB--novolumegroup\fP
 .br
 Only show PVs not belonging to any VG.
index e9c42feb12f960e3cbaf42af92c762f3cf7ac3b7..cd2521a2c09d99b9b613d77fcf1806efb01b11a4 100644 (file)
@@ -105,6 +105,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -186,6 +190,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index cffd44b6848c5fe1d4119dc9e6a3b518433d10a9..b4e21831f88522e5863cdd6910154bfbf06a086e 100644 (file)
@@ -54,6 +54,10 @@ vgcfgrestore - Restore volume group configuration
  \fB-M\fP|\fB--metadatatype\fP \fBlvm2\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--profile\fP \fIString\fP
 .ad b
@@ -197,6 +201,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -288,6 +296,12 @@ Specifies the type of on-disk metadata to use.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 00cfc2bd55711e3c9319b30b09a956f7ddd6b602..a9ac54638228f2e0fbd002ef2ee4c87f2391be19 100644 (file)
@@ -30,10 +30,6 @@ vgchange - Change volume group attributes
  \fB-A\fP|\fB--autobackup\fP \fBy\fP|\fBn\fP
 .ad b
 .br
-.ad l
- \fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP
-.ad b
-.br
 .ad l
     \fB--commandprofile\fP \fIString\fP
 .ad b
@@ -118,6 +114,10 @@ vgchange - Change volume group attributes
     \fB--monitor\fP \fBy\fP|\fBn\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--noudevsync\fP
 .ad b
@@ -217,10 +217,6 @@ required, after which the others are optional.
   \fB-u\fP|\fB--uuid\fP,
 .ad b
 .br
-.ad l
-  \fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP,
-.ad b
-.br
 .ad l
   \fB-s\fP|\fB--physicalextentsize\fP \fISize\fP[m|UNIT],
 .ad b
@@ -637,6 +633,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -722,13 +722,6 @@ Enabling this is strongly advised! See \fBvgcfgbackup\fP(8) for more information
 .ad b
 .HP
 .ad l
-\fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP
-.br
-Change the clustered property of a VG using clvmd.
-See \fBclvmd\fP(8) for more information about clustered VGs.
-.ad b
-.HP
-.ad l
 \fB--commandprofile\fP \fIString\fP
 .br
 The command profile to use for command configuration.
@@ -881,6 +874,12 @@ See \fBdmeventd\fP(8) for more information.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 83e4a1916abf858dab08ca703a8fcb67697fa447..b1418f305c1bd099482ec68f2e5484cc591dffeb 100644 (file)
@@ -74,6 +74,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -133,6 +137,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 5e7f8a95cf25a10de6d94b1cc039b1c005d332d2..16e1fc87fa288572ef84446ab1463e9c2e20e293 100644 (file)
@@ -95,6 +95,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -199,6 +203,12 @@ Specifies the type of on-disk metadata to use.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 09bf1260a74462bfaf0646d15ff61307091a93a3..cc990cc79da0aa670644f664f0ee6fbfa24defe9 100644 (file)
@@ -152,6 +152,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -199,11 +203,8 @@ Enabling this is strongly advised! See \fBvgcfgbackup\fP(8) for more information
 .ad l
 \fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP
 .br
-Create a clustered VG using clvmd if LVM is compiled with cluster support.
-This allows multiple hosts to share a VG on shared devices.
-clvmd and a lock manager must be configured and running.
-(A clustered VG using clvmd is different from a shared VG using lvmlockd.)
-See \fBclvmd\fP(8) for more information about clustered VGs.
+This option was specific to clvm and is now replaced by
+the --shared option with \fBlvmlockd\fP(8).
 .ad b
 .HP
 .ad l
@@ -332,6 +333,12 @@ Specifies the type of on-disk metadata to use.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB-s\fP|\fB--physicalextentsize\fP \fISize\fP[m|UNIT]
 .br
 Sets the physical extent size of PVs in the VG.
index dcf99342035dfa807f7ab79a2056a386cb2130fc..89e36031570094c76972e90f7d79a15baf744076 100644 (file)
@@ -161,6 +161,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -295,6 +299,12 @@ Useful if grepping the output.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--nosuffix\fP
 .br
 Suppress the suffix on output sizes. Use with --units
index 1dd715e679e20cf9be08a2294d01ef0171fbae04..a87c87120cf19bf44bdb3ebf09beb9b0ae76d831 100644 (file)
@@ -108,6 +108,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -172,6 +176,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index a6a30e92db5ef429bef0fef5dc7d751bbfc48ee8..a2aff35a8be24f08e7dc8ca86bb83120d650682c 100644 (file)
@@ -123,6 +123,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -245,6 +249,12 @@ Specifies the type of on-disk metadata to use.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 71f9d56c9916770e09b70773247d1216347ea52c..f3d86dff37fd8f685ed5a3987eabf58a30459875 100644 (file)
@@ -98,6 +98,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -170,6 +174,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index aab34f4d8ded3860e8ff839ca38aeddbaddc8be1..0d0eb84d9ad61f169646287606329b4b62e86408 100644 (file)
@@ -78,6 +78,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -154,6 +158,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index ab6873dd3e7616d07384c6a541d945960c22ff4f..8b599f8e0b9d11ce0152fee203e114b774ad72e7 100644 (file)
@@ -75,6 +75,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -147,6 +151,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index 9588694902dd5ce0ca2ca19572586236bdb41ef9..1cff786a5e8f42e5d78ed55c142290b2da204054 100644 (file)
@@ -86,6 +86,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -152,6 +156,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index ecc5aca50eba2d3c700ff9c81cb0a9e35184fbcc..fd9226671290253e89b27d71de3076958df6bf71 100644 (file)
@@ -52,6 +52,10 @@ vgreduce - Remove physical volume(s) from a volume group
     \fB--mirrorsonly\fP
 .ad b
 .br
+.ad l
+    \fB--nolocking\fP
+.ad b
+.br
 .ad l
     \fB--profile\fP \fIString\fP
 .ad b
@@ -187,6 +191,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -272,6 +280,12 @@ Only remove missing PVs from mirror LVs.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index f5629918422b5c1435afe4114e047c4723ed7d17..69f28315b32f9177d598fc102ca9c1e284ae6025 100644 (file)
@@ -89,6 +89,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -155,6 +159,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--noudevsync\fP
 .br
 Disables udev synchronisation. The process will not wait for notification
index 1f8928e9105113f06638a3ac6d4684956283fff7..0313cf8c2765aae84bc9a3a963ecbfd461985248 100644 (file)
@@ -102,6 +102,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -175,6 +179,12 @@ Display long help text.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
index efceb4ed1553f2de8844b501f16ca284d65ddb6b..681711b85de47af924d5ed9fbe8b2d9b074e392b 100644 (file)
@@ -68,10 +68,6 @@ vgs produces formatted output about VGs.
 .ad b
 .br
 .ad l
-[    \fB--nolocking\fP ]
-.ad b
-.br
-.ad l
 [    \fB--nosuffix\fP ]
 .ad b
 .br
@@ -166,6 +162,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
index 18b299072f21349b145666c3867a47bd8fad797e..fe9f2015359086a18be70d6284f5fa6e352e99c7 100644 (file)
@@ -85,6 +85,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -164,6 +168,12 @@ LVs and creates any missing ones and removes unused ones.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--notifydbus\fP
 .br
 Send a notification to D-Bus. The command will exit with an error
index 6c3e6ec1635080e70f1e032a25ac36a535ad1199..c1e7f4ef8be882434c6b566a4acc814861588e85 100644 (file)
@@ -50,10 +50,6 @@ Common options for command:
 .ad b
 .br
 .ad l
-[ \fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP ]
-.ad b
-.br
-.ad l
 [ \fB-l\fP|\fB--maxlogicalvolumes\fP \fINumber\fP ]
 .ad b
 .br
@@ -122,6 +118,10 @@ Common options for lvm:
 .ad b
 .br
 .ad l
+[    \fB--nolocking\fP ]
+.ad b
+.br
+.ad l
 [    \fB--profile\fP \fIString\fP ]
 .ad b
 .br
@@ -160,12 +160,6 @@ Enabling this is strongly advised! See \fBvgcfgbackup\fP(8) for more information
 .ad b
 .HP
 .ad l
-\fB-c\fP|\fB--clustered\fP \fBy\fP|\fBn\fP
-.br
-Specifies the clustered property of the new VG.
-.ad b
-.HP
-.ad l
 \fB--commandprofile\fP \fIString\fP
 .br
 The command profile to use for command configuration.
@@ -244,6 +238,12 @@ Move only PVs used by the named LV.
 .ad b
 .HP
 .ad l
+\fB--nolocking\fP
+.br
+Disable locking.
+.ad b
+.HP
+.ad l
 \fB--profile\fP \fIString\fP
 .br
 An alias for --commandprofile or --metadataprofile, depending
This page took 0.113318 seconds and 5 git commands to generate.