| depends: | mdadm |
|---|
A state module for creating or destroying software RAID devices.
/dev/md0:
raid.present:
- level: 5
- devices:
- /dev/xvdd
- /dev/xvde
- /dev/xvdf
- chunk: 256
- run: True Verify that the raid is absent
/dev/md0:
raid:
- absent Verify that the raid is present
Changed in version 2014.7.0.
Example:
/dev/md0:
raid.present:
- level: 5
- devices:
- /dev/xvdd
- /dev/xvde
- /dev/xvdf
- chunk: 256
- run: True
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.mdadm_raid.html