Start a Conversation

Unsolved

K

1 Rookie

 • 

1 Message

39

March 22nd, 2024 15:00

Install of CSI Driver Fails - Containers in CrashLoopBackOff

Hello, i'm facing some problems with the deployment of the CSI driver for a Rancher RKE2 Cluster (3 master and 3 worker nodes). The versión of the cluster are:

v1.27.11 +rke2r1 

Dell CSI Unity (2.9.1)

Linux k5.15.0-101-generic #111-Ubuntu SMP

My idea is to configure NFS for PVC with kubernetes and the Unity storage. I have checked the logs, directories, permissions and I can't find anything strange. I tried with other available versions of the driver (2.9.0 and 2.7.0) and the result is the same.

The logs are the following

operador@k8s-master1:~$ kubectl -n unity get pods
NAME                        READY   STATUS             RESTARTS         AGE
unity-controller-777f6ffd6f-9hsp2   5/5     Running            5 (41m ago)      14h
unity-controller-777f6ffd6f-phkmf   5/5     Running            5 (41m ago)      14h
unity-controller-777f6ffd6f-qgm9w   5/5     Running            5 (41m ago)      14h
unity-node-52lsw                    1/2     CrashLoopBackOff   12 (2m10s ago)   39m
unity-node-629qm                    1/2     CrashLoopBackOff   12 (2m25s ago)   39m
unity-node-jnb8l                    1/2     CrashLoopBackOff   12 (2m14s ago)   39m

I0322 15:03:12.023280 1 main.go:135] Version: v2.9.1 2024-03-22T15:03:12.023547498Z I0322 15:03:12.023344 1 main.go:136] Running node-driver-registrar in mode= 2024-03-22T15:03:12.023555548Z I0322 15:03:12.023350 1 main.go:157] Attempting to open a gRPC connection with: "/csi/csi_sock" 2024-03-22T15:03:12.023567191Z I0322 15:03:12.023370 1 connection.go:213] Connecting to unix:///csi/csi_sock
Fri, Mar 22 2024 12:03:12 pmI0322 15:03:12.024171 1 main.go:164] Calling CSI driver to discover driver name 2024-03-22T15:03:12.024282368Z I0322 15:03:12.024197 1 connection.go:242] GRPC call: /csi.v1.Identity/GetPluginInfo
Fri, Mar 22 2024 12:03:12 pmI0322 15:03:12.024202 1 connection.go:243] GRPC request: {} 2024-03-22T15:03:12.028821174Z I0322 15:03:12.028715 1 connection.go:249] GRPC response: {"manifest":{"commit":"48dd33edcbb7697684b868bacbf05dd75657db10","formed":"Thu, 25 Jan 2024 16:39:47 UTC","semver":"2.9.0+2","url":"http://github.com/dell/csi-unity"},"name":"csi-unity.dellemc.com","vendor_version":"2.9.0+2"}
Fri, Mar 22 2024 12:03:12 pmI0322 15:03:12.028733 1 connection.go:250] GRPC error: <nil> 2024-03-22T15:03:12.028843288Z I0322 15:03:12.028740 1 main.go:173] CSI driver name: "csi-unity.dellemc.com" 2024-03-22T15:03:12.028867798Z I0322 15:03:12.028790 1 node_register.go:55] Starting Registration Server at: /registration/csi-unity.dellemc.com-reg.sock 2024-03-22T15:03:12.029088259Z I0322 15:03:12.028915 1 node_register.go:64] Registration Server started at: /registration/csi-unity.dellemc.com-reg.sock 2024-03-22T15:03:12.029146490Z I0322 15:03:12.029027 1 node_register.go:88] Skipping HTTP server because endpoint is set to: ""
Fri, Mar 22 2024 12:03:13 pmI0322 15:03:13.324054 1 main.go:90] Received GetInfo call: &InfoRequest{} 2024-03-22T15:03:16.336241110Z I0322 15:03:16.336065 1 main.go:101] Received NotifyRegistrationStatus call: &RegistrationStatus{PluginRegistered:false,Error:RegisterPlugin error -- plugin registration failed with err: rpc error: code = Unavailable desc = runid=18 The node [k8s-worker3] is not added to any of the arrays,} 2024-03-22T15:03:16.336262293Z E0322 15:03:16.336096 1 main.go:103] Registration process failed with error: RegisterPlugin error -- plugin registration failed with err: rpc error: code = Unavailable desc = runid=18 The node [k8s-worker3] is not added to any of the arrays, restarting registration container.

I have another mini test cluster with the same components and it's working with the following software version: Rancher v2.7.3 - v1.25.12 +rke2r1 - Dell CSI Unity (2.7.0)

Please, if you could help me to find the problem.

Thank's in advance

Moderator

 • 

8.5K Posts

March 25th, 2024 13:59

Hi,

Thanks for your question.

Maybe this is helpful. https://dell.to/3TOkr5g You may need to call phone support.

Let us know if you have any additional questions.

No Events found!

Top