Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 18:06:20 -0500 (EST)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        David Gilbert <dgilbert@velocet.ca>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: Network block device.
Message-ID:  <20030129180043.S8642@sasami.jurai.net>
In-Reply-To: <15928.23728.549120.559276@canoe.velocet.net>
References:  <15928.6900.948346.474717@canoe.velocet.net> <20030129170512.Y8642@sasami.jurai.net> <15928.21248.483298.203713@canoe.velocet.net> <20030129171908.G8642@sasami.jurai.net> <15928.21992.586804.141143@canoe.velocet.net> <20030129173416.U8642@sasami.jurai.net> <15928.23728.549120.559276@canoe.velocet.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 29 Jan 2003, David Gilbert wrote:
> it doesn't work that way.  the result of NBD is a /dev/nbd0 not a
> filesystem.  Block 0 of /dev/nbd0 is block 0 of /dev/hda1 (say).  nbd
> runs as a server on the node with the disk and as a client on the node
> using the disk.  Yes, you still stripe on the client side... but you
> stripe across directly mapped block devices (no NFS involved).

So involving NFS isn't really going to make that much of a difference.

Likely the NBD will have lower overhead but probably not much.

What you really want is SCSI over IP.  Anything else is just a hack and
not to be trusted.  I think that NFS is less of a hack than NBD though.
Of course if Linux still suffers from poor NFS performance that might
explain why they came up with NBD in the first place.

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter |  For Great Justice!  | ISO8802.5 4ever |

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129180043.S8642>