Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Github action on xapi-project/xen-api committed Jun 27, 2024
1 parent 546f686 commit 390a4f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions source/includes/volume.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@ Plugin-specific configuration which describes where and how to locate the storag
```json
[ "Healthy", "health" ]
[ "Recovering", "health" ]
[ "Unreachable", "health" ]
[ "Unavailable", "health" ]
```
type `health` = `variant { ... }`

#### Constructors
Name | Type | Description
------------|--------|-----------------------------------------------------
Healthy | string | Storage is fully available
Recovering | string | Storage is busy recovering, e.g. rebuilding mirrors
Name | Type | Description
-------------|--------|-----------------------------------------------------------------------
Healthy | string | Storage is fully available
Recovering | string | Storage is busy recovering, e.g. rebuilding mirrors
Unreachable | string | Storage is unreachable but may be recoverable with admin intervention
Unavailable | string | Storage is unavailable, a host reboot will be required
### sr_stat
```json
{
Expand Down

0 comments on commit 390a4f0

Please sign in to comment.