summaryrefslogtreecommitdiff
path: root/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: no further fixes likely to be expectedZdenek Kabelac2021-03-171-1/+1
| | | | Skip tests for these kernels.
* tests: skip test on failing kernelZdenek Kabelac2020-09-121-0/+4
|
* tests: adding "" around DM_DEV_DIRZdenek Kabelac2020-09-101-7/+7
|
* tests: reduce space requirementsZdenek Kabelac2019-10-311-4/+1
| | | | Test well runs on smaller test machines.
* tests: change mkfs usage in lvconvert raid testsDavid Teigland2019-05-231-1/+2
| | | | | The "echo y | mkfs" was failing at times from echo y. Remove echo y and replace with wipefs -a prior to mkfs.
* test: comment fixesHeinz Mauelshagen2018-08-311-1/+1
| | | | | | | | Fix comments in test/shell/lvconvert-raid-reshape-stripes-load-fail.sh test/shell/lvconvert-raid-reshape-stripes-load-reload.sh test/shell/lvconvert-raid-reshape-stripes-load.sh
* test: add convcenience conversion tests linear <-> stripedHeinz Mauelshagen2018-06-051-4/+5
| | | | | | | | | | Add tests for linear <-> striped|raid* conversions. Add region_size config to reshape tests to avoid test failures in case of it being defined unexpectedly in lvm.conf. Related: rhbz1439925 Related: rhbz1447809
* tests: enable non-working tests with lvmlockdDavid Teigland2018-05-311-2/+2
| | | | | Those that are failing for reasons other than lvmlockd restrictions.
* tests: bump raid target version in reshape testsHeinz Mauelshagen2018-05-041-4/+1
| | | | Adjust to target version allowing tests to succeed.
* test: Skip tests which require too much RAMMarian Csontos2018-03-131-0/+3
| | | | - Tests for RAID reshape under load require too much RAM
* tests: skipping test waiting for fixed kernelZdenek Kabelac2018-03-061-0/+3
| | | | Once working kernel is released, reenable me...
* test: fix trap adding proper teardown to previous, new raid testsHeinz Mauelshagen2017-12-131-12/+15
| | | | Also remove superfluous variable.
* test: new raid testsHeinz Mauelshagen2017-12-131-0/+75
Add three new raid tests with io load and table reloads during reshape for target 1.13.2. Add a raid0 to raid10 conversion test. Also add more signals to trap in lvconvert-raid-reshape-load.sh.