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

Error after upgrading from openshift 4.12 to 4.14 #418

Open
saad0805 opened this issue Oct 15, 2024 · 1 comment
Open

Error after upgrading from openshift 4.12 to 4.14 #418

saad0805 opened this issue Oct 15, 2024 · 1 comment

Comments

@saad0805
Copy link

Hello we are getting an error while starting pods with pvc after upgrading cluster from 4.12 to 4.14

Events:
Type Reason Age From Message


Warning FailedMount 63m (x444 over 17h) kubelet MountVolume.SetUp failed for volume "pvc-a0d39123-fe95-408b-b83b-3cb153e30274" : rpc error: code = NotFound desc = rpc error: code = Unavailable desc = Failed to get storage provider from secrets, Post "http://primera3par-csp-svc:8080/containers/v1/tokens": dial tcp 172.30.56.180:8080: connect: no route to host
Warning FailedMount 23m (x462 over 17h) kubelet MountVolume.SetUp failed for volume "pvc-6596fd6e-81f3-4610-8be9-b2faa91afce7" : rpc error: code = NotFound desc = rpc error: code = Unavailable desc = Failed to get storage provider from secrets, Post "http://primera3par-csp-svc:8080/containers/v1/tokens": dial tcp 172.30.56.180:8080: connect: no route to host
Warning FailedMount 18m (x464 over 17h) kubelet MountVolume.SetUp failed for volume "pvc-92d693f6-d5b6-482e-b417-badec5d39cfe" : rpc error: code = NotFound desc = rpc error: code = Unavailable desc = Failed to get storage provider from secrets, Post "http://primera3par-csp-svc:8080/containers/v1/tokens": dial tcp 172.30.56.180:8080: connect: no route to host
Warning FailedMount 12m (x78 over 17h) kubelet Unable to attach or mount volumes: unmounted volumes=[bpm-email-template-attachment bpm-filetransfer bpm-email-attachment], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition
Warning FailedMount 3m52s (x335 over 17h) kubelet Unable to attach or mount volumes: unmounted volumes=[bpm-email-attachment bpm-email-template-attachment bpm-filetransfer], unattached volumes=[], failed to process volumes=[]: timed out waiting for the condition

but we dont have it on all worker nodes

we are using version 2.4.2 of openshift operator

@datamattsson
Copy link
Collaborator

datamattsson commented Oct 15, 2024

You have a CNI/networking issue in the cluster. The CSI controller is unable to communicate with the CSP.

Restarting everything in hpe-storage sometimes help.

oc rollout restart -nhpe-storage ds,deploy --all

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