Hey!
Some nodes on our K8s clusters which are using Trident as the storage class sometimes just hang on mounting a specific PV.
Other nodes on the same cluster are able to mount the PV perfectly.
When we restart the node it for some reason fixed the issue..
When I was looking in the network of the node it seems the same as other working nodes. It is just stuck on the "mount" syscall forever. This problem doesn't let pods to terminate at all and just breaks our production cluster.
I don't know how to continue debugging this issue and I'm seeking for help.
Do you have any idea what I should look into?
General info:
We use Trident in version 22.07
K8s version 1.20
Thank you in advance!!