Skip to content
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

Investigate netlink interface to nbd #4

Open
ehrlich-b opened this issue May 31, 2021 · 0 comments
Open

Investigate netlink interface to nbd #4

ehrlich-b opened this issue May 31, 2021 · 0 comments

Comments

@ehrlich-b
Copy link

A netlink interface was added to the kernel for NBD. See https://docs.rs/nbd-netlink/0.1.0/nbd_netlink/ for an example rust implementation. The advertised benefits are:

  • Creating the NBD device in real time - This is great because disk queues persisting after disconnect is a real pain
  • Not having a child process/thread stuck in NBD_DO_IT - This would make disconnect logic considerably nicer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant