We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when configuring to serve on a unix socket, the socket is not cleaned up upon exit. This prevents restarting.
/etc/nbd-server/config:
[generic] unixsock = /run/nbd-test.sock [test] exportname = /tmp/nbd-test filesize = 10000000
# systemctl start nbd-server # systemctl stop nbd-server # [ -e /run/nbd-test.sock ] && echo "socket lingering" socket lingering
I'm using nbd-server 3.21-1 on debian bullseye. Oddly enough, nbd-server itself reports: This is nbd-server version 3.18
This is nbd-server version 3.18
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when configuring to serve on a unix socket, the socket is not cleaned up upon exit. This prevents restarting.
MWE
/etc/nbd-server/config:
I'm using nbd-server 3.21-1 on debian bullseye. Oddly enough, nbd-server itself reports:
This is nbd-server version 3.18
The text was updated successfully, but these errors were encountered: