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.
  • DEGRADED
  • # Disk is not part of any RAID array.
  • NONE
  • # RAID array is inaccessible or offline due to multiple failures.
  • OFFLINE
  • # RAID array is operational and fully redundant.
  • OPTIMAL
  • # RAID array is ready to rebuild but needs reboot to start.
  • READY_TO_REBUILD
  • # RAID array is actively restoring redundancy.
  • REBUILDING
  • }