支持卷快照功能吗 #4153
Unanswered
caijinhu123
asked this question in
Q&A
支持卷快照功能吗
#4153
Replies: 2 comments
-
目前还不支持 |
Beta Was this translation helpful? Give feedback.
0 replies
-
收到,谢谢 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我使用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