]> sourceware.org Git - lvm2.git/commitdiff
conf: add activation/auto_activation_volume_list
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 26 Jun 2012 10:17:23 +0000 (06:17 -0400)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 28 Jun 2012 13:44:07 +0000 (09:44 -0400)
WHATS_NEW
doc/example.conf.in

index 152ec08a4f2784cf7fac9d5b62fb05945661e05a..842a1889fa6a040dc7ab6aae6be1129f4f343150 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.97 - 
 ===============================
+  Add activation/auto_activation_volume_list to lvm.conf.
   Add --activate ay to lvcreate.
   Add --activate ay to lvchange.
   Add --activate ay to pvscan.
index 9092e32f7567dfd91ec425464bbe87d5ba664667..4864b817f0f3c7d279d1acfa3d0459c35773a61e 100644 (file)
@@ -550,6 +550,15 @@ activation {
     #
     # volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*" ]
 
+    # If auto_activation_volume_list is defined, each LV that is to be activated
+    # is checked against the list while using the --autoactivate option, and if
+    # it matches, it is activated.
+    #   "vgname" and "vgname/lvname" are matched exactly.
+    #   "@tag" matches any tag set in the LV or VG.
+    #   "@*" matches if any tag defined on the host is also set in the LV or VG
+    #
+    # auto_activation_volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*" ]
+
     # If read_only_volume_list is defined, each LV that is to be activated 
     # is checked against the list, and if it matches, it as activated
     # in read-only mode.  (This overrides '--permission rw' stored in the
This page took 0.046159 seconds and 5 git commands to generate.