Laurent, Thanks for providing a snoop output. From the snoop output, you can see
# snoop -p118,119 -i /tmp/zfs_nfs_linux.dmp 118 0.00000 u7d0112e5.sec.ppp.nifty.com -> u7d010852.sec.ppp.nifty.com NFS_ACL C SETACL3 FH=CF99 119 0.00003 u7d010852.sec.ppp.nifty.com -> u7d0112e5.sec.ppp.nifty.com NFS_ACL R SETACL3 Operation not supported So as you can see, clearly NFS3ERR_NOTSUPP (ENOTSUP) is being returned as opposed to EINVAL which was returned before the fix for 6528189. So you do have the fix for the below bug id on the system. http://bugs.opensolaris.org/view_bug.do?bug_id=6528189 Please note this is a valid error if you try setting a POSIX-style ACL on a ZFS filesystem. For more info on this -- http://docs.sun.com/app/docs/doc/819-5461/6n7ht6qsg?a=view Mahesh Laurent Blume wrote: > Sure, you can download it there, I don't want to clutter the list with > attachments: > > http://tinyurl.com/2cxs32 > > There is mount, ls, touch, cp -p, umount, in it. > > The cp -p is thus: > $ cp -p test_file test_file_2 > cp: preserving permissions for `test_file_2': Operation not supported > cp: preserving ACL for `test_file_2': Operation not supported > > Laurent > > > This message posted from opensolaris.org > _______________________________________________ > nfs-discuss mailing list > nfs-discuss at opensolaris.org >