summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-04-27 14:15:24 -0500
committerDavid Teigland <teigland@redhat.com>2015-04-27 14:15:24 -0500
commit0c1bda9b53d1935a6eadea579061c323366c8e61 (patch)
tree21099c83f4b11c8f19e15cac33ea46f2aacc8f48
parentcfb0174fed25cb6a27a5ff3554b5c442d2defcc9 (diff)
downloadlvm2-0c1bda9b53d1935a6eadea579061c323366c8e61.tar.gz
example.conf.in: regenerate
From recent config_settings.h changes.
-rw-r--r--conf/example.conf.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index eedefb537..5354779b3 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -144,7 +144,7 @@ devices {
# global_filter=[]
# Configuration option devices/cache.
- # This has been replaced by the devices/cache_dir setting.
+ # The path can be set using the devices/cache_dir setting.
cache="/etc/lvm/cache/.cache"
# Configuration option devices/cache_dir.
@@ -540,7 +540,7 @@ backup {
# Configuration option backup/archive_dir.
# Location of the metdata archive files.
# Remember to back up this directory regularly!
- archive_dir="/etc/lvm/archive"
+ archive_dir="@DEFAULT_SYS_DIR@/@DEFAULT_ARCHIVE_SUBDIR@"
# Configuration option backup/retain_min.
# Minimum number of archives to keep.
@@ -863,7 +863,7 @@ global {
# ignorable errors and fix them later.
# With thin_check version 3.2 or newer you should add
# --clear-needs-check-flag.
- thin_check_options="-q --clear-needs-check-flag"
+ thin_check_options=["-q", "--clear-needs-check-flag"]
# Configuration option global/thin_repair_options.
# String of options passed to the thin_repair command.
@@ -879,7 +879,8 @@ global {
# error_if_no_space.
# Example:
# thin_disabled_features = [ "discards", "block_size" ]
- thin_disabled_features=[]
+ # This configuration option does not have a default value defined.
+# thin_disabled_features=[]
# Configuration option global/cache_check_executable.
# The full path to the cache_check command.