File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed 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
21
21
``` json
22
22
[ " Healthy" , " health" ]
23
23
[ " Recovering" , " health" ]
24
+ [ " Unreachable" , " health" ]
25
+ [ " Unavailable" , " health" ]
24
26
```
25
27
type ` health ` = ` variant { ... } `
26
28
27
29
#### 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
32
36
### sr_stat
33
37
``` json
34
38
{
You can’t perform that action at this time.
0 commit comments