summaryrefslogtreecommitdiff
path: root/test/shell/duplicate-pvs-md0.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: adjust for check_devicesfileDavid Teigland2021-08-201-0/+6
|
* tests: use mdadm supportZdenek Kabelac2021-03-221-256/+125
| | | | | | Use for testing new mdadm_create aux wrapper. Place functionality into a 2 pass loop - one for 'auto' other for 'start'. Share same tests between raid level 0 and level 1 version of raid.
* tests: Find md name using lsblkdev-mcsontos-md-stop-scanMarian Csontos2019-11-261-4/+2
| | | | | After stopping MD device and rescanning the leg, it is created with different name.
* Partial revert "tests: update to md dev name"Marian Csontos2019-11-251-0/+2
| | | | | | This partially reverts commit c2ff8876f97a5840cd9d6fcda1bec55ef6220dc3. Not all MD devices are stopped. Something is missing there...
* tests: add wipefs wrapperDavid Teigland2019-10-021-14/+12
| | | | | which falls back to using dd on old systems without the wipefs command
* tests: update to md dev nameDavid Teigland2019-10-021-9/+3
| | | | | | | | Use /dev/md33 instead of /dev/md0 to reduce chances of conflicting with an existing name. Only call 'mdadm --stop /dev/md33' for cleanup and don't use 'mdadm --stop --scan' to avoid stopping other md devs.
* tests: skip md tests if system not cleanDavid Teigland2019-09-271-1/+1
|
* tests: skip some without wipefsDavid Teigland2019-09-121-0/+2
|
* tests: use standard md devicesDavid Teigland2019-09-121-33/+41
|
* tests: duplicate-pvs-mdDavid Teigland2019-08-161-0/+438
Testing duplicate PV handling for various md device setups/states.