On Mon, 4 Oct 1999, Andy Poling wrote:
> I don't remember the real nitty-gritty details, but someone proposed using
> software RAID 1 and NBD (network block device) to do what you're talking
> about. The ball got kicked around for a while, and I think one or two folks
> even tried it.
Couldn't this be solved beautifully and in a generic way with some kind of
virtual SCSI adapter as a kernel driver, acting as a SCSIbus -> IP ->
SCSIbus bridge?
Maybe this isn't even possible in reality, I don't know that much about
the technicality around raid and SCSI-drivers... but you should be able to
write such a SCSI driver that could restrict reads and writes any way you
want... for example if you want to make reads local, but writes global, as
someone asked later in this thread.
Just a silly thought...
//j