From 4f5ce1fa430004f853b9aee1ac28fdd3cd5014ba Mon Sep 17 00:00:00 2001 From: David Teigland Date: Thu, 22 Jan 2015 13:01:02 -0600 Subject: [PATCH] lvm.conf: update error_when_full description Relate it to the --errorwhenfull option. --- conf/example.conf.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/example.conf.in b/conf/example.conf.in index 21b963b41..0ba9ccb8b 100644 --- a/conf/example.conf.in +++ b/conf/example.conf.in @@ -938,8 +938,11 @@ activation { # enables or disables this automatic setting of the flag while LVs are created. # auto_set_activation_skip = 1 - # Control error behavior when provisioned device becomes full. - # Set to 1 to instant error when there is missing free space in device. + # Control error behavior when provisioned device becomes full. This + # determines the default --errorwhenfull setting of new thin pools. + # The command line option --errorwhenfull takes precedence over this + # setting. error_when_full 0 means --errorwhenfull n. + # # error_when_full = 0 # For RAID or 'mirror' segment types, 'raid_region_size' is the