From a63cc05a7fd91fa1610b673a6d8c8d741a1f71d8 Mon Sep 17 00:00:00 2001 From: Derek Su Date: Sun, 6 Nov 2022 22:24:42 +0800 Subject: [PATCH] snapshot verification: update crds Longhorn 4210 Longhorn 3198 Signed-off-by: Derek Su --- chart/templates/crds.yaml | 17 +++++++++++++++++ deploy/longhorn.yaml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 25639b4..02d8c4e 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1928,6 +1928,14 @@ spec: type: object region: type: string + snapshotCheckStatus: + properties: + lastPeriodicCheckedAt: + format: date-time + type: string + snapshotCheckState: + type: string + type: object zone: type: string type: object @@ -2664,6 +2672,8 @@ spec: status: description: SnapshotStatus defines the observed state of Longhorn Snapshot properties: + checksum: + type: string children: additionalProperties: type: boolean @@ -2916,6 +2926,13 @@ spec: size: format: int64 type: string + snapshotDataIntegrity: + enum: + - ignored + - disabled + - enabled + - fast-check + type: string staleReplicaTimeout: type: integer type: object diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 6cd9627..782e3ea 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -2028,6 +2028,14 @@ spec: type: object region: type: string + snapshotCheckStatus: + properties: + lastPeriodicCheckedAt: + format: date-time + type: string + snapshotCheckState: + type: string + type: object zone: type: string type: object @@ -2785,6 +2793,8 @@ spec: status: description: SnapshotStatus defines the observed state of Longhorn Snapshot properties: + checksum: + type: string children: additionalProperties: type: boolean @@ -3041,6 +3051,13 @@ spec: size: format: int64 type: string + snapshotDataIntegrity: + enum: + - ignored + - disabled + - enabled + - fast-check + type: string staleReplicaTimeout: type: integer type: object