On Mon, 29 Jun 2009, Carsten Aulbert wrote:

s11 console login: root
Password:
Last login: Mon Jun 29 10:37:47 on console
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
s11:~# zpool export atlashome
s11:~# ls -l /atlashome
/atlashome: No such file or directory
s11:~# zpool import atlashome
cannot mount '/atlashome/BACKUP': directory is not empty
s11:~# ls -l /atlashome/BACKUP/|wc -l
     33
s11:~#

OK, looks like you're running into CR 6827199.

There's a workaround for that as well. After the zpool import, manually zfs umount all the datasets under /atlashome/BACKUP. Once you've done that, the BACKUP directory will still be there. Manually mount the dataset that corresponds to /atlashome/BACKUP, and then try 'zfs mount -a'.


Regards,
markm
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to