Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 12:01:35 +0100
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Rasmus Skaarup <mfbsd@skaarup.org>
Cc:        current@FreeBSD.ORG
Subject:   Re: GEOM code ready for testing 
Message-ID:  <1847.1015930895@critter.freebsd.dk>
In-Reply-To: Your message of "Tue, 12 Mar 2002 11:58:02 %2B0100." <20020312114526.G17904-100000@skaarup.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20020312114526.G17904-100000@skaarup.org>, Rasmus Skaarup writes:
>
>On Tue, 12 Mar 2002, Poul-Henning Kamp wrote:
>
>> In message <1015887527.74983.41.camel@newton.aipo.gov.au>, Carl Makin writes:
>
>> >On Mon, 2002-03-11 at 06:34, Poul-Henning Kamp wrote:
>> >
>> >> The GEOM code is now ready for early testing:
>> >
>> >Would GEOM support accessing a device via multiple paths? (ie could we
>> >write a method that would do that?)
>>
>> Yes, that would be possible.
>
>Have you given any thought to how that might be implemented? If somekind
>of ID is required to identify the same disk via multiple paths, in which
>part of GEOM will this be implemented?
>
>I can't figure out from your documentation whether you have somekind of
>"Master GEOM" instance that initiates the device recognition, or otherwise
>how is this initiated?

Basically when a new "g_provider" is created it is offered to each method
in turn and if that method likes it, it can stick g_geom on top of it.

How you would recognize the same disk on thre different paths is a good
question.  We could implement (if we don't already have it) an 
ioctl/BIO_GETATTR which returns the serial number(s) of the diskdevice
and you could query that.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | 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-current" in the body of the message




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