On 9/22/2009 11:17 PM, Trevor Pretty wrote:
zfs set mountpoint=/home/pool tank

ln -s /dev/null /home/pool


ahha, I dumbed down the process too much (trying to make it simple to reproduce).

the key is in the /Auto/pool snippet that i put in the CR, but switched to /dev/null in the reproduce section.


so, i have automounter working and in NIS.  inside auto_home is:
pool    server:/home/pool

(where server is the host im importing the zfs pool on)

zfs set mountpoint=/home/pool tank
zfs set sharenfs=rw,anon=0 tank
zfs export tank
rm -r /home/pool
ln -s /Auto/pool /home/pool
zfs import -f tank


that is what is causing the breakage, not necessarily the softlink itself.

how do i amend the CR?  should i just make a new one ?

Thanks for your follow up, Trevor.
--

Jeremy Kister
http://jeremy.kister.net./
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to