ENUM
ClusterDiskStatus
Description
Enum representing the cluster's knowledge of a disk state.
link GraphQL Schema definition
- enum ClusterDiskStatus {
- # Mounted disk.
- # Mounted disk continuously failing health checks.
- # Self encrypting disk in locked state (only for appliances supporting hardware
- # encryption).
- # Disk present in node table but not on the node.
- # Disk needs replacement. The disk is still readable but SDFS will drain the data
- # gradually in the background.
- # Disk needs software repair (e.g, fsck) and is not writable.
- # Disk finished draininig. User can unplug the disk.
- # Disk explicitly removed from the cluster.
- # Disk is under repair (e.g., fsck) and is not available. The expectation is that
- # the disk will become available soon but is not guaranteed. Both read and write
- # operations will not be allowed in this status.
- # Disk with no ext4 partitions.
- # Unused.
- }