-
Notifications
You must be signed in to change notification settings - Fork 108
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
long reboot time due to nvme reconnect #1764
Comments
Did you reboot without draining the node? The nvme kernel initiator will keep trying to connect for some time.
But I suggest you drain the node first before rebooting otherwise the filesystems may not unmount gracefully and potentially result in data loss. |
do you mean kubectl-mayastor drain command or usual kubectl drain to evict pods? |
I mean the usual kubectl drain to evict the pods using the mayastor volumes to other nodes.
Ah I see... are you using the |
Yes, that's true. IIRC we need to remove the attachments manually. |
not using it. |
Describe the bug
after initiating reboot of k8s node with mayastor, OS in 8 mins was trying to reconnect nvme.
To Reproduce
init reboot of OS
Expected behavior
I dont know how these nvmes are handled but imo nvme should not lock system reboot, especially if they failing in connection
Screenshots
** OS info (please complete the following information):**
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: