Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename mdadm_ apis to md_ | Matthew Booth | 2011-11-24 | 1 | -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 Booth | 2011-11-11 | 1 | -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. |