summaryrefslogtreecommitdiff
path: root/man/lvmthin.7_main
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2020-09-09 13:22:37 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2020-09-09 13:22:37 +0200
commit763342016c2ca408bc3505ea4a14d0d22c610839 (patch)
treead43c88c359cbfa828f461d64e1f1e50794c6996 /man/lvmthin.7_main
parentaf33a008472c5d7066a52f5c2031ce5b0d508a26 (diff)
downloadlvm2-763342016c2ca408bc3505ea4a14d0d22c610839.tar.gz
man: correctly use configured directories
Diffstat (limited to 'man/lvmthin.7_main')
-rw-r--r--man/lvmthin.7_main6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/lvmthin.7_main b/man/lvmthin.7_main
index 84256141d..ce2343183 100644
--- a/man/lvmthin.7_main
+++ b/man/lvmthin.7_main
@@ -902,7 +902,7 @@ To change these values globally, edit
To change these values on a per-VG or per-LV basis, attach a "profile" to
the VG or LV. A profile is a collection of config settings, saved in a
local text file (using the lvm.conf format). lvm looks for profiles in
-the profile_dir directory, e.g. /etc/lvm/profile/. Once attached to a VG
+the profile_dir directory, e.g. #DEFAULT_SYS_DIR#/profile/. Once attached to a VG
or LV, lvm will process the VG or LV using the settings from the attached
profile. A profile is named and referenced by its file name.
@@ -930,9 +930,9 @@ Extend the LV using the profile settings:
.br
.nf
# lvmconfig config/profile_dir
-profile_dir="/etc/lvm/profile"
+profile_dir="#DEFAULT_SYS_DIR#/profile"
-# cat /etc/lvm/profile/pool0extend.profile
+# cat #DEFAULT_SYS_DIR#/profile/pool0extend.profile
activation {
thin_pool_autoextend_threshold=50
thin_pool_autoextend_percent=10