Skip to content

Commit 390a4f0

Browse files
author
Github action on xapi-project/xen-api
committed
1 parent 546f686 commit 390a4f0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/includes/volume.html.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```
2527
type `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
{

0 commit comments

Comments
 (0)