You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a server crash, I restart and try to reconnect with nbd-client:
$ ~ $ sudo nbd-client localhost /dev/nbd0
Warning: the oldstyle protocol is no longer supported.
This method now uses the newstyle protocol with a default export
Negotiation: ..size = 1024MB
bs=1024, sz=1073741824 bytes
Error: Kernel doesn't support multiple connections
Exiting.
After a server crash, I restart and try to reconnect with nbd-client:
I read the man page, and try various things:
However, I still get the "multiple connections" error. And if I try to disconnect again, I get
disconnect, sock, done
again (and again and again).I also try:
So it looks like the kernel thinks that nbd0 is still connected.
The text was updated successfully, but these errors were encountered: