From ab53d4f98cd270e05153932a3ccbd17faf8be73c Mon Sep 17 00:00:00 2001 From: Phan Le Date: Thu, 6 Jan 2022 16:02:48 -0800 Subject: [PATCH] Fix bug volume cloning feature is broken The field DataSource should be a string with full information about the source of volume. For example, snap://vol-name/snapshot-name Longhorn-3508 Signed-off-by: Phan Le (cherry picked from commit be27eeacfd094e5148e1044ba14e73cc287ee792) --- chart/templates/crds.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 1b09646..88a0efb 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1664,11 +1664,6 @@ spec: requestedBackupRestore: type: string requestedDataSource: - enum: - - "" - - backup - - snapshot - - volume type: string revisionCounterDisabled: type: boolean @@ -1913,11 +1908,6 @@ spec: requestedBackupRestore: type: string requestedDataSource: - enum: - - "" - - backup - - snapshot - - volume type: string revisionCounterDisabled: type: boolean @@ -3396,11 +3386,6 @@ spec: - best-effort type: string dataSource: - enum: - - "" - - backup - - snapshot - - volume type: string disableFrontend: type: boolean @@ -3646,11 +3631,6 @@ spec: - best-effort type: string dataSource: - enum: - - "" - - backup - - snapshot - - volume type: string disableFrontend: type: boolean