1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

test: snapshot_extend_threshold -> snapshot_autoextend_threshold

Missing the "auto" prefix in the config key name. The unknown
setting is silently ignored otherwise.
This commit is contained in:
Peter Rajnoha 2012-08-27 14:04:21 +02:00
parent c68c157573
commit 2a70e98b05
2 changed files with 2 additions and 2 deletions

View File

@ -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_() {

View File

@ -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() {