DRBD merged into Linux kernel 2.6.33(blogs.linbit.com)
blogs.linbit.com
DRBD merged into Linux kernel 2.6.33
http://blogs.linbit.com/florian/2009/12/08/were-in/
2 comments
Distributed Replicated Block Device (http://www.drbd.org/) can be used in conjunction with something like Linux HA (http://www.linux-ha.org/) to create a systematic high availability clustering approach for stateful (and transactional) applications such as a database. Lots of sites use it (e.g. github.com IIRC) and up until now, you've had to run a patched kernel to take advantage of it.
> Personally though I'd like to see networked RAID-0 support in the kernel
No, I don't think you would. File systems won't play well with arbitrarily large drives.
You probably want a distributed file system, something like AFS, and it's already in there. http://en.wikipedia.org/wiki/Andrew_File_System
No, I don't think you would. File systems won't play well with arbitrarily large drives.
You probably want a distributed file system, something like AFS, and it's already in there. http://en.wikipedia.org/wiki/Andrew_File_System
See Phillip's response for a bit more explanation in the mail thread:
http://marc.info/?l=linux-kernel&m=125309001007725&w...
At my (soon-to-be-last) company, emarsys, Linbit maintained our production clusters. We had a couple of Postgres servers and main file storage replicated across physical locations - a customer requirement, actually, that the system be capable of handling something like a fire at one of the data centers.
Overall, it worked well. In the 2.5 years I was there, the only time I needed a backup was to restore my own mistake. :)
I'd check it out if you're looking for a more complete replication system (Again, not RAID.)
http://marc.info/?l=linux-kernel&m=125309001007725&w...
At my (soon-to-be-last) company, emarsys, Linbit maintained our production clusters. We had a couple of Postgres servers and main file storage replicated across physical locations - a customer requirement, actually, that the system be capable of handling something like a fire at one of the data centers.
Overall, it worked well. In the 2.5 years I was there, the only time I needed a backup was to restore my own mistake. :)
I'd check it out if you're looking for a more complete replication system (Again, not RAID.)
"I'd like to see networked RAID-0 support in the kernel"
Isn't that what iSCSI is for?
Isn't that what iSCSI is for?
You can effectively do that now with NBD and md.
Use AoE and you can have whatever raiding system you want.
That's some impressive piece of software. I wonder if we are perceiving an acceleration on the rate of improvement for open source OSs. What other OSs have comparable technology?
And, more interesting, is it conceivable that FLOSS could be approaching a singularity?
And, more interesting, is it conceivable that FLOSS could be approaching a singularity?
The Linux kernel seems to be approaching a "singularity" in the sense of a black hole. It keeps sucking in more and more, growing exponentially larger, until eventually it becomes so big nobody can handle it or even get near it.
Personally though I'd like to see networked RAID-0 support in the kernel. It'd be neat just throwing a bunch of machines on a network and have them all act like a giant disk.