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

RO block device redundancy #68

Open
mdidomenico4 opened this issue Jan 28, 2018 · 2 comments
Open

RO block device redundancy #68

mdidomenico4 opened this issue Jan 28, 2018 · 2 comments
Labels

Comments

@mdidomenico4
Copy link

Is it possible to augment NBD to support multiple servers for the reads on a RO block device? Ideally, what I'd like to do is have NBD be able to read from multiple NBD physical servers. This could do two things, one spread the load over more then one machine and provide redundancy should one fail. Obviously if writes were involved you couldn't easily do this, but I only need reads. I'm doing the copy-on-write on the client using device-mapper rather inside NBD.

@yoe
Copy link
Member

yoe commented Jan 31, 2018

That should already be possible in theory with the multi-connection thing, but currently the client doesn't allow you to configure it.

I'll see if I can come up with a patch to do this cleanly.

@mdidomenico4
Copy link
Author

that would be awesome, thanks

@yoe yoe added the wishlist label Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants