chart: Update CRD YAML for the filesystem trim feature
Longhorn 836 Signed-off-by: Shuo Wu <shuo.wu@suse.com>
This commit is contained in:
parent
d4d4a05695
commit
97cc2abc7c
@ -1363,6 +1363,8 @@ spec:
|
|||||||
type: boolean
|
type: boolean
|
||||||
salvageRequested:
|
salvageRequested:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
unmapMarkSnapChainRemovedEnabled:
|
||||||
|
type: boolean
|
||||||
upgradedReplicaAddressMap:
|
upgradedReplicaAddressMap:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: string
|
type: string
|
||||||
@ -1537,6 +1539,8 @@ spec:
|
|||||||
type: boolean
|
type: boolean
|
||||||
storageIP:
|
storageIP:
|
||||||
type: string
|
type: string
|
||||||
|
unmapMarkSnapChainRemovedEnabled:
|
||||||
|
type: boolean
|
||||||
type: object
|
type: object
|
||||||
type: object
|
type: object
|
||||||
served: true
|
served: true
|
||||||
@ -2356,6 +2360,8 @@ spec:
|
|||||||
type: boolean
|
type: boolean
|
||||||
salvageRequested:
|
salvageRequested:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
unmapMarkDiskChainRemovedEnabled:
|
||||||
|
type: boolean
|
||||||
volumeName:
|
volumeName:
|
||||||
type: string
|
type: string
|
||||||
volumeSize:
|
volumeSize:
|
||||||
@ -3064,6 +3070,12 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
staleReplicaTimeout:
|
staleReplicaTimeout:
|
||||||
type: integer
|
type: integer
|
||||||
|
unmapMarkSnapChainRemoved:
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- disabled
|
||||||
|
- enabled
|
||||||
|
type: string
|
||||||
type: object
|
type: object
|
||||||
status:
|
status:
|
||||||
description: VolumeStatus defines the observed state of the Longhorn volume
|
description: VolumeStatus defines the observed state of the Longhorn volume
|
||||||
|
Loading…
Reference in New Issue
Block a user