Open 1473371932 opened 9 months ago
hi @1473371932, Can you provide a log of the following commands:
kubectl -n kube-system logs juicefs-csi-node-m66c9 -c node-driver-registrar
hi @1473371932, Can you provide a log of the following commands:
kubectl -n kube-system logs juicefs-csi-node-m66c9 -c node-driver-registrar
root@k8s-master:~# kubectl -n kube-system logs juicefs-csi-node-m66c9 -c node-driver-registrar
I0131 01:59:14.208413 1 main.go:113] Version: v2.1.0-0-g80d42f24
I0131 01:59:14.220774 1 main.go:137] Attempting to open a gRPC connection with: "/csi/csi.sock"
I0131 01:59:14.221037 1 connection.go:153] Connecting to unix:///csi/csi.sock
I0131 01:59:16.319066 1 main.go:144] Calling CSI driver to discover driver name
I0131 01:59:16.319095 1 connection.go:182] GRPC call: /csi.v1.Identity/GetPluginInfo
I0131 01:59:16.319099 1 connection.go:183] GRPC request: {}
I0131 01:59:16.335597 1 connection.go:185] GRPC response: {"name":"csi.juicefs.com","vendor_version":"v0.23.2"}
I0131 01:59:16.335678 1 connection.go:186] GRPC error: <nil>
I0131 01:59:16.335687 1 main.go:154] CSI driver name: "csi.juicefs.com"
I0131 01:59:16.344112 1 node_register.go:52] Starting Registration Server at: /registration/csi.juicefs.com-reg.sock
I0131 01:59:16.345147 1 node_register.go:61] Registration Server started at: /registration/csi.juicefs.com-reg.sock
I0131 01:59:16.345519 1 node_register.go:83] Skipping healthz server because HTTP endpoint is set to: ""
I0131 01:59:17.733272 1 main.go:80] Received GetInfo call: &InfoRequest{}
I0131 01:59:18.341034 1 main.go:90] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
I0131 01:59:20.477535 1 main.go:80] Received GetInfo call: &InfoRequest{}
I0131 01:59:21.955205 1 main.go:90] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:true,Error:,}
E0201 02:05:27.929279 1 connection.go:131] Lost connection to unix:///csi/csi.sock.
E0201 08:02:26.543577 1 connection.go:131] Lost connection to unix:///csi/csi.sock.
What happened:
The mount pod cannot be created after the pod references juicefs-sc.
What you expected to happen:
Successfully mounted after referencing juicefs-sc
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Nothing more is needed
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):