From 9da5dda2589f49c74535f72fb00143796091f544 Mon Sep 17 00:00:00 2001 From: Shuo Wu Date: Tue, 22 Nov 2022 20:50:25 +0800 Subject: [PATCH] deploy: Update CRD YAML for the filesystem trim feature Longhorn 836 Signed-off-by: Shuo Wu --- deploy/longhorn.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index d562d7d..d85c268 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1466,6 +1466,8 @@ spec: type: boolean salvageRequested: type: boolean + unmapMarkSnapChainRemovedEnabled: + type: boolean upgradedReplicaAddressMap: additionalProperties: type: string @@ -1640,6 +1642,8 @@ spec: type: boolean storageIP: type: string + unmapMarkSnapChainRemovedEnabled: + type: boolean type: object type: object served: true @@ -2476,6 +2480,8 @@ spec: type: boolean salvageRequested: type: boolean + unmapMarkDiskChainRemovedEnabled: + type: boolean volumeName: type: string volumeSize: @@ -3204,6 +3210,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