Skip to content

Commit

Permalink
drive-info: Add root mount state to disk state (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmeste authored Jul 1, 2024
1 parent 1dcced6 commit 56ca62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heal-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const (
DriveStateMissing = "missing"
DriveStatePermission = "permission-denied"
DriveStateFaulty = "faulty"
DriveStateRootMount = "root-mount"
DriveStateUnknown = "unknown"
DriveStateUnformatted = "unformatted" // only returned by disk
)
Expand Down

0 comments on commit 56ca62e

Please sign in to comment.