You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: