ENUM
ClusterRaidStatus
Description
Enum representing the RAID status for disks.
link GraphQL Schema definition
- enum ClusterRaidStatus {
- # RAID array has lost redundancy due to drive failure/removal.
- # Disk is not part of any RAID array.
- # RAID array is inaccessible or offline due to multiple failures.
- # RAID array is operational and fully redundant.
- # RAID array is ready to rebuild but needs reboot to start.
- # RAID array is actively restoring redundancy.
- }