summaryrefslogtreecommitdiffstats
path: root/regressions/test-list-md-devices.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename mdadm_ apis to md_Matthew Booth2011-11-241-1/+1
| | | | | | | | | This change renames the following 2 apis: * mdadm_create -> md_create * mdadm_detail -> md_detail This is more consistent with list_md_devices, and removes a reference to an implementation detail from the api.
* New API: list-md-devices.Matthew Booth2011-11-111-0/+59
Return a list of Linux MD devices detected in the guest. This API complements list_devices, list_partitions, list_lvs and list_dm_devices.