NetApp / trident

Storage orchestrator for containers
Apache License 2.0
732 stars 218 forks source link

Trident issue: failed to unstage volume #900

Open machrrab opened 2 months ago

machrrab commented 2 months ago

Describe the bug A clear and concise description of what the bug is.

Environment Provide accurate information about the environment to help us reproduce the issue.

To Reproduce Steps to reproduce the behavior: We receive the errors in the trident pods. Expected behavior A clear and concise description of what you expected to happen.

We expect the pods to be clean from errors.

Additional context Add any other context about the problem here.

mravi-na commented 2 months ago

@machrrab Can you please elaborate more on the actual problem along with debug logs that would help us isolate the issue.

machrrab commented 2 months ago

Hi Ravi, With the command I get all logs with trident-main container: k -n trident-csi get pods| grep -v NAME|awk '{print $1}'|xargs -I {} kubectl -n trident-csi logs {} trident-main

So, if there is another way to get debug logs please let know.

mravi-na commented 2 months ago

Hi @machrrab , You may please refer https://docs.netapp.com/us-en/trident/troubleshooting.html#general-troubleshooting to enable debug. And then collect the logs, which would help us more to understand the issue.

vasum0406 commented 1 day ago

@machrrab Any updates?