summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-06-29 10:28:53 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-06-29 10:28:53 +0200
commitec8f377748f4922d6a18ff0136e9a93f1d0b3f86 (patch)
tree94dd6d602a4e65c9e0385ed91eced3b74f3d8834 /doc
parent2cec4b4a7748cefe4e2b8adcd1c287af354e21fb (diff)
downloadlvm2-ec8f377748f4922d6a18ff0136e9a93f1d0b3f86.tar.gz
cleanup: static volume filter fn, lvm.conf comment
Change 'lv_passes_volumes_filter' fn back to static as it's not actually needed in the other code (a remnant from devel version). Fix lvm.conf comment referencing '--autoactivate' which was finally decided to be '--activate ay'.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 4864b817f..fbb9271fa 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -550,9 +550,9 @@ 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.
+ # If auto_activation_volume_list is defined, each LV that is to be
+ # activated is checked against the list while using the autoactivation
+ # option (--activate ay/-a ay), 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