| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
After stopping MD device and rescanning the leg, it is created with
different name.
|
|
|
|
|
|
| |
This partially reverts commit c2ff8876f97a5840cd9d6fcda1bec55ef6220dc3.
Not all MD devices are stopped. Something is missing there...
|
|
|
|
|
| |
which falls back to using dd on old systems without
the wipefs command
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
Testing duplicate PV handling for various md device setups/states.
|