summaryrefslogtreecommitdiffstats
path: root/test/shell/lvextend-snapshot-policy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell/lvextend-snapshot-policy.sh')
-rw-r--r--test/shell/lvextend-snapshot-policy.sh2
1 files changed, 1 insertions, 1 deletions
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() {