From 2a70e98b05603bf8fc59929fd2709fb5d2b859e6 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Mon, 27 Aug 2012 14:04:21 +0200 Subject: test: snapshot_extend_threshold -> snapshot_autoextend_threshold Missing the "auto" prefix in the config key name. The unknown setting is silently ignored otherwise. --- test/shell/lvextend-snapshot-dmeventd.sh | 2 +- test/shell/lvextend-snapshot-policy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/lvextend-snapshot-dmeventd.sh b/test/shell/lvextend-snapshot-dmeventd.sh index fc3e30a0..98bec199 100644 --- a/test/shell/lvextend-snapshot-dmeventd.sh +++ b/test/shell/lvextend-snapshot-dmeventd.sh @@ -12,7 +12,7 @@ . lib/test extend() { - lvextend --use-policies --config "activation { snapshot_extend_threshold = $1 }" $vg/snap + lvextend --use-policies --config "activation { snapshot_autoextend_threshold = $1 }" $vg/snap } write_() { diff --git a/test/shell/lvextend-snapshot-policy.sh b/test/shell/lvextend-snapshot-policy.sh index f5fdcbe7..2f5d84bc 100644 --- a/test/shell/lvextend-snapshot-policy.sh +++ b/test/shell/lvextend-snapshot-policy.sh @@ -14,7 +14,7 @@ which mkfs.ext2 || skip extend() { - lvextend --use-policies --config "activation { snapshot_extend_threshold = $1 }" $vg/snap + lvextend --use-policies --config "activation { snapshot_autoextend_threshold = $1 }" $vg/snap } write() { -- cgit