From owner-freebsd-arch Mon Jul 24 14:26:58 2000 Delivered-To: freebsd-arch@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7B56237B90A for ; Mon, 24 Jul 2000 14:26:55 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA26494; Mon, 24 Jul 2000 14:26:08 -0700 Date: Mon, 24 Jul 2000 14:25:32 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp Cc: Jack Rusher , freebsd-arch@FreeBSD.ORG Subject: Re: SANs, disks, & devfs In-Reply-To: <6890.964465587@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, this doesn't address directly things like tape devices or ses instances (e.g.)- basically anything that is SCSI or Fibre Channel addressable has some kind of WWN or Serial Number for the device itself, but there is more or less general consensus from linux to Veritas to here that an ondisk label (past initial import) is the right thing to do. Again- I think that this and the full devfs is a usable methodology. I still would like some feedback as to whether or not linking mount (and mt, e.g.) with libcam so I can use device VPD info or WWNs would be just too awful for FreeBSD. This way it can be used now, without vinum. On Mon, 24 Jul 2000, Poul-Henning Kamp wrote: > > Matt, > > We have many storage devices which doesn't sport a serial number, > so any "I mean this particular disk, no matter where you find it" > scheme will have to be based on "in-sector" labels, be it FreeBSD > or other labels. > > The BSD disklabel already have a field for disk-name which can be > used for this, what we need is to collect these names as we see them > and provide a "is this disk attached and if so where" function to > look it up. > > This would be pretty ugly in the current setup, but pretty straight > forward in the "Geom" stuff I'm working on when I have time. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD coreteam member | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message