]> sourceware.org Git - lvm2.git/commit
tests: enhance low-disk-space behavior
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 18 Sep 2020 12:32:15 +0000 (14:32 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 18 Sep 2020 15:30:45 +0000 (17:30 +0200)
commit94484762022329d7c9ff64841d26ba1cfe46409e
tree010ca87f50d08d5d65f49d612910c6c48ee1d596
parent206620018eaac4b8b771cebfe9707022864bb53b
tests: enhance low-disk-space behavior

Use new SKIP_WITH_LOW_SPACE and set higher requirement for free space.

But still this test can't run on system's tmpfs directories -
as they typically provide less then 2G of space and when the test
runs there it also provisioning for all READ pages!)
BRD (ramdisk) device should work.

Extend a _wait_recalc() loop for slower hw.
When creating large raid which do not need to be fully synchronized use
them on delay devices - so even less data needs read/write.
Remove unneeded lvchange as lvcreate is already leaving LV inactive.
Replace printf with awk as generator.

mm
test/shell/integrity-large.sh
This page took 0.038448 seconds and 5 git commands to generate.