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:
parent
c68c157573
commit
2a70e98b05
@ -12,7 +12,7 @@
|
|||||||
. lib/test
|
. lib/test
|
||||||
|
|
||||||
extend() {
|
extend() {
|
||||||
lvextend --use-policies --config "activation { snapshot_extend_threshold = $1 }" $vg/snap
|
lvextend --use-policies --config "activation { snapshot_autoextend_threshold = $1 }" $vg/snap
|
||||||
}
|
}
|
||||||
|
|
||||||
write_() {
|
write_() {
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
which mkfs.ext2 || skip
|
which mkfs.ext2 || skip
|
||||||
|
|
||||||
extend() {
|
extend() {
|
||||||
lvextend --use-policies --config "activation { snapshot_extend_threshold = $1 }" $vg/snap
|
lvextend --use-policies --config "activation { snapshot_autoextend_threshold = $1 }" $vg/snap
|
||||||
}
|
}
|
||||||
|
|
||||||
write() {
|
write() {
|
||||||
|
Loading…
Reference in New Issue
Block a user