switch to copy clone strategy
This commit is contained in:
parent
42f99af315
commit
386c0a719f
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ status:
|
|||
- accessModes:
|
||||
- ReadWriteOnce
|
||||
volumeMode: Block
|
||||
cloneStrategy: snapshot
|
||||
cloneStrategy: copy
|
||||
dataImportCronSourceFormat: pvc
|
||||
provisioner: zfs.csi.openebs.io
|
||||
snapshotClass: openebs-zfs
|
||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
|||
metadata:
|
||||
name: not-used
|
||||
spec:
|
||||
cloneStrategyOverride: snapshot
|
||||
cloneStrategyOverride: copy
|
||||
config:
|
||||
featureGates:
|
||||
- HonorWaitForFirstConsumer
|
||||
|
|
Loading…
Reference in a new issue