File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,14 +21,18 @@ Plugin-specific configuration which describes where and how to locate the storag
2121``` json
2222[ " Healthy" , " health" ]
2323[ " Recovering" , " health" ]
24+ [ " Unreachable" , " health" ]
25+ [ " Unavailable" , " health" ]
2426```
2527type ` health ` = ` variant { ... } `
2628
2729#### Constructors
28- Name | Type | Description
29- ------------|--------|-----------------------------------------------------
30- Healthy | string | Storage is fully available
31- Recovering | string | Storage is busy recovering, e.g. rebuilding mirrors
30+ Name | Type | Description
31+ -------------|--------|-----------------------------------------------------------------------
32+ Healthy | string | Storage is fully available
33+ Recovering | string | Storage is busy recovering, e.g. rebuilding mirrors
34+ Unreachable | string | Storage is unreachable but may be recoverable with admin intervention
35+ Unavailable | string | Storage is unavailable, a host reboot will be required
3236### sr_stat
3337``` json
3438{
You can’t perform that action at this time.
0 commit comments