Skip to content

Instantly share code, notes, and snippets.

@nrb
Created April 8, 2020 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrb/1b5b9a90491cc5711b3902b654ba3b21 to your computer and use it in GitHub Desktop.
Save nrb/1b5b9a90491cc5711b3902b654ba3b21 to your computer and use it in GitHub Desktop.
I0408 20:50:53.175311 1 server.go:118] GRPC request: {}
I0408 20:50:53.175692 1 server.go:123] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}}]}
I0408 20:50:53.180497 1 server.go:117] GRPC call: /csi.v1.Node/NodeStageVolume
I0408 20:50:53.180539 1 server.go:118] GRPC request: {"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-da43a0eb-2ee1-4dab-86a3-8ec7d6fd7dfb/globalmount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"storage.kubernetes.io/csiProvisionerIdentity":"1586377289887-8081-hostpath.csi.k8s.io"},"volume_id":"56ee5713-79d8-11ea-a524-028290ea0903"}
I0408 20:50:53.181583 1 server.go:123] GRPC response: {}
I0408 20:50:53.187779 1 server.go:117] GRPC call: /csi.v1.Node/NodeGetCapabilities
I0408 20:50:53.187928 1 server.go:118] GRPC request: {}
I0408 20:50:53.188603 1 server.go:123] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":3}}}]}
I0408 20:50:53.194443 1 server.go:117] GRPC call: /csi.v1.Node/NodePublishVolume
I0408 20:50:53.194467 1 server.go:118] GRPC request: {"staging_target_path":"/var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-da43a0eb-2ee1-4dab-86a3-8ec7d6fd7dfb/globalmount","target_path":"/var/lib/kubelet/pods/bf5b2f0f-85f2-41cd-b25f-c81b4843772e/volumes/kubernetes.io~csi/pvc-da43a0eb-2ee1-4dab-86a3-8ec7d6fd7dfb/mount","volume_capability":{"AccessType":{"Mount":{"fs_type":"ext4"}},"access_mode":{"mode":1}},"volume_context":{"csi.storage.k8s.io/ephemeral":"false","csi.storage.k8s.io/pod.name":"wordpress-mysql-7f7dc5d664-mh5lx","csi.storage.k8s.io/pod.namespace":"wordpress","csi.storage.k8s.io/pod.uid":"bf5b2f0f-85f2-41cd-b25f-c81b4843772e","csi.storage.k8s.io/serviceAccount.name":"default","storage.kubernetes.io/csiProvisionerIdentity":"1586377289887-8081-hostpath.csi.k8s.io"},"volume_id":"56ee5713-79d8-11ea-a524-028290ea0903"}
E0408 20:50:53.195662 1 server.go:121] GRPC error: rpc error: code = NotFound desc = volume id 56ee5713-79d8-11ea-a524-028290ea0903 does not exist in the volumes list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment