From 97cc2abc7c3e43a36723c2f2c95a6483bccac78a Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Tue, 22 Nov 2022 21:09:05 +0800 Subject: [PATCH] chart: Update CRD YAML for the filesystem trim feature Longhorn 836 Signed-off-by: Shuo Wu --- chart/templates/crds.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 65c5762..b6b3f50 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1363,6 +1363,8 @@ spec: type: boolean salvageRequested: type: boolean + unmapMarkSnapChainRemovedEnabled: + type: boolean upgradedReplicaAddressMap: additionalProperties: type: string @@ -1537,6 +1539,8 @@ spec: type: boolean storageIP: type: string + unmapMarkSnapChainRemovedEnabled: + type: boolean type: object type: object served: true @@ -2356,6 +2360,8 @@ spec: type: boolean salvageRequested: type: boolean + unmapMarkDiskChainRemovedEnabled: + type: boolean volumeName: type: string volumeSize: @@ -3064,6 +3070,12 @@ spec: type: string staleReplicaTimeout: type: integer + unmapMarkSnapChainRemoved: + enum: + - ignored + - disabled + - enabled + type: string type: object status: description: VolumeStatus defines the observed state of the Longhorn volume