summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2017-04-13 16:10:49 +0200
committerHeinz Mauelshagen <heinzm@redhat.com>2017-04-13 16:10:49 +0200
commit5ae7a016b8e5796d36cf491345b1cf8e43ec9ea5 (patch)
tree520fe4af2a4bb138b7e3d72a0931c34be1e8dc94 /conf
parent4547218a7dcee0508f61561e3e319428651e8951 (diff)
downloadlvm2-5ae7a016b8e5796d36cf491345b1cf8e43ec9ea5.tar.gz
lvcreate: raise default raid regionsize to 2MiB
Related: rhbz1392947.
Diffstat (limited to 'conf')
-rw-r--r--conf/example.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/example.conf.in b/conf/example.conf.in
index 78f11d1aa..ed34b9110 100644
--- a/conf/example.conf.in
+++ b/conf/example.conf.in
@@ -1297,7 +1297,7 @@ activation {
# The clean/dirty state of data is tracked for each region.
# The value is rounded down to a power of two if necessary, and
# is ignored if it is not a multiple of the machine memory page size.
- raid_region_size = 512
+ raid_region_size = 2048
# Configuration option activation/error_when_full.
# Return errors if a thin pool runs out of space.