snapshots #619
Replies: 5 comments 3 replies
-
what's the full logs of csi driver controller? you could get logs by https://github.com/kubernetes-csi/csi-driver-nfs/blob/master/docs/csi-debug.md#case1-volume-createdelete-failed |
Beta Was this translation helpful? Give feedback.
-
There is nothing suspicious in logs. In case i create snapshot of another pvc(same nfs storage class) it works. Problem is only with PVC where postgres database of zabbix is. |
Beta Was this translation helpful? Give feedback.
-
snapshot_controller.log |
Beta Was this translation helpful? Give feedback.
-
Did you find a solution to this? |
Beta Was this translation helpful? Give feedback.
-
I am getting below error during creating snapshot. Is NFS CSI driver take snapshot of in use PVCs? |
Beta Was this translation helpful? Give feedback.
-
Hi, i've installed nfs https://microk8s.io/docs/how-to-nfs
It works.
Then i installed k10 and wanted to make snapshot. However it refused it.
I've enabled externalsnapshotter in default values of csi-driver-nfs chart and created VolumeSnapshotClass.
Is there anything else i should do? Do i have to install that external snapshooter from here https://github.com/kubernetes-csi/external-snapshotter? If so, is there any tutorial for that? I cannot see the wood through the trees.
k10 error:
Failed to create snapshot: failed to take snapshot of the volume 10.0.0.6#nfsserver/pv#pvc-c5cec9f6-1555-442c-bd66-c984cad71d16##: \"rpc error: code = Internal desc = failed to create archive for snapshot: exit status 1: ./\\n./pg_replslot/\\n./pg_logical/\\n./pg_logical/replorigin_checkpoint\\n./pg_logical/mappings/\\n./pg_logical/snapshots/\\n./pg_snaps ...
Beta Was this translation helpful? Give feedback.
All reactions