-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: provides descriptions of the volume, engine, and replica condition.
ref: longhorn/longhonr 8508 Signed-off-by: Jack Lin <jack.lin@suse.com>
- Loading branch information
Showing
13 changed files
with
143 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
content/docs/1.6.0/nodes-and-volumes/volumes/volume-conditions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Volume Conditions | ||
weight: 7 | ||
--- | ||
|
||
## Volume Conditions | ||
|
||
Volume conditions describe the current status of a volume and potential issues that may occur. | ||
- `Scheduled`: All replicas were scheduled successfully. | ||
If Longhorn was unable to schedule any of the replicas, the condition is set to `false` and error messages are displayed. The condition is set to `true` when the setting [Allow Volume Creation With Degraded Availability](../../../references/settings#allow-volume-creation-with-degraded-availability) is enabled and at least one replica is scheduled. | ||
- `TooManySnapshots`: This specific volume has more than 100 snapshots. | ||
Longhorn allows you to create a maximum of 250 snapshots for each volume. For more information about configuring the maximum snapshot count, see [Snapshot Space Management](../../../snapshots-and-backups/snapshot-space-management). | ||
- `Restore`: Longhorn is restoring the volume from a backup. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. | ||
|
||
## Engine Conditions | ||
|
||
Engine conditions describe the current status of an engine and potential issues that may occur. | ||
`FilesystemReadOnly`: The state of the current volume mount point has changed to read-only. | ||
This change may prevent workloads from writing data to the volume. For troubleshooting information, see [Volume Recovery](../../../high-availability/recover-volume). | ||
|
||
|
||
## Replica Conditions | ||
|
||
Replica conditions describe the current status of a replica and potential issues that may occur. | ||
- `RebuildFailed`: The replica failed to rebuild. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
content/docs/1.6.1/nodes-and-volumes/volumes/volume-conditions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Volume Conditions | ||
weight: 7 | ||
--- | ||
|
||
## Volume Conditions | ||
|
||
Volume conditions describe the current status of a volume and potential issues that may occur. | ||
- `Scheduled`: All replicas were scheduled successfully. | ||
If Longhorn was unable to schedule any of the replicas, the condition is set to `false` and error messages are displayed. The condition is set to `true` when the setting [Allow Volume Creation With Degraded Availability](../../../references/settings#allow-volume-creation-with-degraded-availability) is enabled and at least one replica is scheduled. | ||
- `TooManySnapshots`: This specific volume has more than 100 snapshots. | ||
Longhorn allows you to create a maximum of 250 snapshots for each volume. For more information about configuring the maximum snapshot count, see [Snapshot Space Management](../../../snapshots-and-backups/snapshot-space-management). | ||
- `Restore`: Longhorn is restoring the volume from a backup. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. | ||
|
||
## Engine Conditions | ||
|
||
Engine conditions describe the current status of an engine and potential issues that may occur. | ||
`FilesystemReadOnly`: The state of the current volume mount point has changed to read-only. | ||
This change may prevent workloads from writing data to the volume. For troubleshooting information, see [Volume Recovery](../../../high-availability/recover-volume). | ||
|
||
|
||
## Replica Conditions | ||
|
||
Replica conditions describe the current status of a replica and potential issues that may occur. | ||
- `RebuildFailed`: The replica failed to rebuild. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
content/docs/1.6.2/nodes-and-volumes/volumes/volume-conditions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Volume Conditions | ||
weight: 7 | ||
--- | ||
|
||
## Volume Conditions | ||
|
||
Volume conditions describe the current status of a volume and potential issues that may occur. | ||
- `Scheduled`: All replicas were scheduled successfully. | ||
If Longhorn was unable to schedule any of the replicas, the condition is set to `false` and error messages are displayed. The condition is set to `true` when the setting [Allow Volume Creation With Degraded Availability](../../../references/settings#allow-volume-creation-with-degraded-availability) is enabled and at least one replica is scheduled. | ||
- `TooManySnapshots`: This specific volume has more than 100 snapshots. | ||
Longhorn allows you to create a maximum of 250 snapshots for each volume. For more information about configuring the maximum snapshot count, see [Snapshot Space Management](../../../snapshots-and-backups/snapshot-space-management). | ||
- `Restore`: Longhorn is restoring the volume from a backup. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. | ||
|
||
## Engine Conditions | ||
|
||
Engine conditions describe the current status of an engine and potential issues that may occur. | ||
`FilesystemReadOnly`: The state of the current volume mount point has changed to read-only. | ||
This change may prevent workloads from writing data to the volume. For troubleshooting information, see [Volume Recovery](../../../high-availability/recover-volume). | ||
|
||
|
||
## Replica Conditions | ||
|
||
Replica conditions describe the current status of a replica and potential issues that may occur. | ||
- `RebuildFailed`: The replica failed to rebuild. | ||
- `WaitForBackingImage`: The replicas have not started because the backing images must first be synced with their disks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.