offline rebuilding/chart: update crd.yaml
Longhorn 6071 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
975239ecc9
commit
2ae85e8dcb
@ -3366,6 +3366,13 @@ spec:
|
|||||||
type: array
|
type: array
|
||||||
numberOfReplicas:
|
numberOfReplicas:
|
||||||
type: integer
|
type: integer
|
||||||
|
offlineReplicaRebuilding:
|
||||||
|
description: OfflineReplicaRebuilding is used to determine if the offline replica rebuilding feature is enabled or not
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- disabled
|
||||||
|
- enabled
|
||||||
|
type: string
|
||||||
replicaAutoBalance:
|
replicaAutoBalance:
|
||||||
enum:
|
enum:
|
||||||
- ignored
|
- ignored
|
||||||
@ -3503,6 +3510,8 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
lastDegradedAt:
|
lastDegradedAt:
|
||||||
type: string
|
type: string
|
||||||
|
offlineReplicaRebuildingRequired:
|
||||||
|
type: boolean
|
||||||
ownerID:
|
ownerID:
|
||||||
type: string
|
type: string
|
||||||
pendingNodeID:
|
pendingNodeID:
|
||||||
|
@ -3514,6 +3514,13 @@ spec:
|
|||||||
type: array
|
type: array
|
||||||
numberOfReplicas:
|
numberOfReplicas:
|
||||||
type: integer
|
type: integer
|
||||||
|
offlineReplicaRebuilding:
|
||||||
|
description: OfflineReplicaRebuilding is used to determine if the offline replica rebuilding feature is enabled or not
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- disabled
|
||||||
|
- enabled
|
||||||
|
type: string
|
||||||
replicaAutoBalance:
|
replicaAutoBalance:
|
||||||
enum:
|
enum:
|
||||||
- ignored
|
- ignored
|
||||||
@ -3651,6 +3658,8 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
lastDegradedAt:
|
lastDegradedAt:
|
||||||
type: string
|
type: string
|
||||||
|
offlineReplicaRebuildingRequired:
|
||||||
|
type: boolean
|
||||||
ownerID:
|
ownerID:
|
||||||
type: string
|
type: string
|
||||||
pendingNodeID:
|
pendingNodeID:
|
||||||
|
Loading…
Reference in New Issue
Block a user