Skip to content

Instantly share code, notes, and snippets.

@bertinatto
Created August 15, 2019 13:42
Show Gist options
  • Save bertinatto/3f86c8d330d2fadfab3082d7bc896ae2 to your computer and use it in GitHub Desktop.
Save bertinatto/3f86c8d330d2fadfab3082d7bc896ae2 to your computer and use it in GitHub Desktop.
log
I0815 13:20:40.130827 1 main.go:61] Version : v0.2.0-0-g07a4fd9
I0815 13:20:40.132218 1 connection.go:151] Connecting to unix:///csi/csi.sock
I0815 13:20:40.133071 1 common.go:111] Probing CSI driver for readiness
I0815 13:20:40.133104 1 connection.go:180] GRPC call: /csi.v1.Identity/Probe
I0815 13:20:40.133110 1 connection.go:181] GRPC request: {}
I0815 13:20:40.136549 1 connection.go:183] GRPC response: {}
I0815 13:20:40.138056 1 connection.go:184] GRPC error: <nil>
I0815 13:20:40.138112 1 connection.go:180] GRPC call: /csi.v1.Identity/GetPluginInfo
I0815 13:20:40.138137 1 connection.go:181] GRPC request: {}
I0815 13:20:40.140530 1 connection.go:183] GRPC response: {"name":"pd.csi.storage.gke.io","vendor_version":"v0.5.2-gke.0"}
I0815 13:20:40.143506 1 connection.go:184] GRPC error: <nil>
I0815 13:20:40.143599 1 connection.go:180] GRPC call: /csi.v1.Identity/GetPluginCapabilities
I0815 13:20:40.143637 1 connection.go:181] GRPC request: {}
I0815 13:20:40.147650 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Service":{"type":1}}},{"Type":{"Service":{"type":2}}}]}
I0815 13:20:40.149107 1 connection.go:184] GRPC error: <nil>
I0815 13:20:40.149209 1 connection.go:180] GRPC call: /csi.v1.Controller/ControllerGetCapabilities
I0815 13:20:40.149274 1 connection.go:181] GRPC request: {}
I0815 13:20:40.156383 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}},{"Type":{"Rpc":{"type":2}}},{"Type":{"Rpc":{"type":5}}},{"Type":{"Rpc":{"type":6}}},{"Type":{"Rpc":{"type":8}}}]}
I0815 13:20:40.158825 1 connection.go:184] GRPC error: <nil>
I0815 13:20:40.158841 1 connection.go:180] GRPC call: /csi.v1.Node/NodeGetCapabilities
I0815 13:20:40.158845 1 connection.go:181] GRPC request: {}
I0815 13:20:40.165718 1 connection.go:183] GRPC response: {"capabilities":[{"Type":{"Rpc":{"type":1}}}]}
I0815 13:20:40.167911 1 connection.go:184] GRPC error: <nil>
F0815 13:20:40.167965 1 main.go:72] CSI driver neither supports controller resize nor node resize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment