支持卷快照功能吗 #4153
Unanswered
caijinhu123
asked this question in
Q&A
支持卷快照功能吗
#4153
Replies: 2 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我使用csi创建了卷快照类
apiVersion: snapshot.storage.k8s.io/v1beta1 deletionPolicy: Delete driver: csi.juicefs.com kind: VolumeSnapshotClass metadata: generation: 1 managedFields: - apiVersion: snapshot.storage.k8s.io/v1 fieldsType: FieldsV1 fieldsV1: 'f:deletionPolicy': {} 'f:driver': {} manager: controller-manager name: juicefs-sc
再基于该快照类创建了卷快照,但是卷快照一直提示创建中
apiVersion: snapshot.storage.k8s.io/v1 kind: VolumeSnapshot metadata: name: pvc-snap-cc # 替换为你的快照名称 spec: volumeSnapshotClassName: juicefs-sc source: persistentVolumeClaimName: juicefs-pvc
查看卷快照提示:Waiting for a snapshot default/pvc-snap-cc to be created by the CSI driver.
Beta Was this translation helpful? Give feedback.
All reactions