svn commit: r220982 - in head: . sys/amd64/conf sys/arm/conf
sys/conf sys/i386/conf sys/ia64/conf sys/mips/conf sys/mips/malta
sys/pc98/conf sys/powerpc/conf sys/sparc64/conf sys/sun4v/conf
Alexander Motin
mav at FreeBSD.org
Tue Apr 26 08:45:42 UTC 2011
On 26.04.2011 11:34, Pawel Jakub Dawidek wrote:
> On Tue, Apr 26, 2011 at 11:18:06AM +0300, Alexander Motin wrote:
>> What do you think about this:
>> http://docs.freebsd.org/cgi/mid.cgi?4DB54BA9.5050901
>> ? I've found that zpool utility don't likes symbolic links, but
>> except this and together with fixing hardcoding problem IMHO it
>> looks not bad.
>
> It does look good, indeed.
>
> What's the problem with zpool?
make_dev_alias() creates symlink to the original device. After that,
attempt to do `zpool create test /dev/ad12 /dev/ad13` fails. May be
because it doesn't resolve symlink and can't find geom with name ad12.
> It should operate on GEOM providers only.
OK. If `zpool create` is the only possible problem there, then I think
we can live with it.
--
Alexander Motin
More information about the svn-src-head
mailing list