Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csi-snapshotter and csi-resizer not work #4

Open
lblanc opened this issue Nov 12, 2020 · 1 comment
Open

csi-snapshotter and csi-resizer not work #4

lblanc opened this issue Nov 12, 2020 · 1 comment

Comments

@lblanc
Copy link
Member

lblanc commented Nov 12, 2020

Hello,

I try to use the plugin, it's work as expected, but in csi-ssy-controller Pod csi-snapshotter and csi-resizer not start.

I have this message in log:
for csi-snapshotter :
I1112 08:26:18.601827 1 main.go:89] Version: v1.2.2-0-gd5da3c1e
I1112 08:26:18.644150 1 connection.go:151] Connecting to unix:///var/lib/csi/sockets/pluginproxy/csi.sock
I1112 08:26:18.646426 1 common.go:111] Probing CSI driver for readiness
E1112 08:26:18.647672 1 main.go:171] CSI driver com.datacore.ssy.csi does not support ControllerCreateSnapshot

for csi-resizer:
I1112 08:26:18.816854 1 main.go:61] Version : v0.3.0-0-g150071d
I1112 08:26:18.819917 1 connection.go:151] Connecting to unix:///var/lib/csi/sockets/pluginproxy/csi.sock
I1112 08:26:18.821227 1 common.go:111] Probing CSI driver for readiness
I1112 08:26:18.821253 1 connection.go:180] GRPC call: /csi.v1.Identity/Probe
I1112 08:26:18.821264 1 connection.go:181] GRPC request: {}
I1112 08:26:18.824423 1 connection.go:183] GRPC response: {}
I1112 08:26:18.826621 1 connection.go:184] GRPC error:
I1112 08:26:18.826648 1 connection.go:180] GRPC call: /csi.v1.Identity/GetPluginInfo
I1112 08:26:18.826658 1 connection.go:181] GRPC request: {}
I1112 08:26:18.828963 1 connection.go:183] GRPC response: {"name":"com.datacore.ssy.csi","vendor_version":"1.0.1"}
I1112 08:26:18.829814 1 connection.go:184] GRPC error:
I1112 08:26:18.829831 1 connection.go:180] GRPC call: /csi.v1.Identity/GetPluginCapabilities
I1112 08:26:18.829850 1 connection.go:181] GRPC request: {}
I1112 08:26:18.830945 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Service":{"type":1}}}]}
I1112 08:26:18.832104 1 connection.go:184] GRPC error:
I1112 08:26:18.832134 1 connection.go:180] GRPC call: /csi.v1.Controller/ControllerGetCapabilities
I1112 08:26:18.832144 1 connection.go:181] GRPC request: {}
I1112 08:26:18.833384 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":3}}}]}
I1112 08:26:18.835748 1 connection.go:184] GRPC error:
I1112 08:26:18.835766 1 connection.go:180] GRPC call: /csi.v1.Node/NodeGetCapabilities
I1112 08:26:18.835775 1 connection.go:181] GRPC request: {}
I1112 08:26:18.837010 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}}]}
I1112 08:26:18.839161 1 connection.go:184] GRPC error:
F1112 08:26:18.839180 1 main.go:72] CSI driver neither supports controller resize nor node resize

@JPRbrs
Copy link

JPRbrs commented Nov 10, 2021

Hi @lblanc, I'm having the same issue and I've been able to start the nfs-snapshotter bumping it's image to to k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants