summaryrefslogtreecommitdiffstats
path: root/regressions/test-mdadm.sh
Commit message (Collapse)AuthorAgeFilesLines
* New API: md-stop for stopping MD devicesWanlong Gao2011-11-241-0/+13
| | | | | | | | This API is used to stop a md device. When we want to move a device to another md array, we should stop the md device which contained this device first. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Rename mdadm_ apis to md_Matthew Booth2011-11-241-13/+13
| | | | | | | | | 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: mdadm-detail.Matthew Booth2011-11-171-1/+59
|
* New API: mdadm-create for creating MD devices.Richard W.M. Jones2011-11-111-0/+95