salt.modules.mdadm

Salt module to manage RAID arrays with mdadm

salt.modules.mdadm.detail(device='/dev/md0')

Show detail for a specified RAID device

CLI Example:

salt '*' raid.detail '/dev/md0'
salt.modules.mdadm.list()

List the RAID devices.

CLI Example:

salt '*' raid.list

Parent topic

Previous topic

salt.modules.makeconf

Next topic

salt.modules.mongodb