]> sourceware.org Git - lvm2.git/commitdiff
man: correctly use configured directories
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 9 Sep 2020 11:22:37 +0000 (13:22 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 9 Sep 2020 11:22:37 +0000 (13:22 +0200)
man/lvmdump.8_main
man/lvmlockd.8_main
man/lvmthin.7_main

index 2e80ed2890bd644083555d056b630a0d3112ab0c..cbd5f15ef62db0110f75ef911357072914dfcdc6 100644 (file)
@@ -26,7 +26,7 @@ The content of the tarball is as follows:
 .br
 - recent entries from /var/log/messages (containing system messages)
 .br
-- complete lvm configuration and cache (content of /etc/lvm)
+- complete lvm configuration and cache (content of #DEFAULT_SYS_DIR#)
 .br
 - list of device nodes present under /dev
 .br
@@ -97,7 +97,7 @@ database content (the output of 'udevadm info --export-db' command).
 \fBLVM_BINARY\fP
 The LVM2 binary to use.
 Defaults to "lvm".
-Sometimes you might need to set this to "/sbin/lvm.static", for example.
+Sometimes you might need to set this to "#LVM_PATH#/lvm.static", for example.
 .TP
 \fBDMSETUP_BINARY\fP
 The dmsetup binary to use.
index c21f7a916582210af3debe716ad77e2635381fc5..f4c504d708e141006ce269139a6b7f3e5ba1f91e 100644 (file)
@@ -115,7 +115,7 @@ use_lvmlockd = 1
 .br
 Assign each host a unique host_id in the range 1-2000 by setting
 .br
-/etc/lvm/lvmlocal.conf local/host_id
+#DEFAULT_SYS_DIR#/lvmlocal.conf local/host_id
 
 .SS 3. start lvmlockd
 
index 84256141daa1614a861ed63a827f0c9648d409fb..ce2343183856c56722c3046b22eaa55ccea364ad 100644 (file)
@@ -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
This page took 0.045991 seconds and 5 git commands to generate.