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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to