Hi

i found a bug its a bit hard to reproduce.


# zfs create pool2/t1
# touch /pool2/t1/file
# zfs snapshot pool2/[EMAIL PROTECTED]
# zfs clone pool2/[EMAIL PROTECTED] pool2/t2
# zfs share pool2/t2

on a second box nfs mount the filesystem,  same error if a solaris
express box or linux

# mount enterprise:/pool2/t2 /export/home/test
# cd /export/home/test/
# cp .zfs/snapshot/snapshot/file .
cp: .zfs/snapshot/snapshot/file and ./file are identical
# echo "test test" >> file
# cp .zfs/snapshot/snapshot/file .
cp: .zfs/snapshot/snapshot/file and ./file are identical
#

this works as expected, or if done on the local system, if the file
was not part of the clone.

# uname -av
SunOS enterprise 5.11 snv_39 sun4u sparc SUNW,Ultra-2
#

James Dickens
uadmin.blogspot.com
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to