client CentOS 5.1 latest kernel mount option for zfs filesystem = rw,nosuid,nodev,remount,noatime,nfsvers=3,udp,intr,bg ,hard,rsize=8192,wsize=8192
directory and parent owned by user and users GID, 775 on client touch /tmp/dummy cd to zfs area mv /tmp/dummy . receive this error /bin/mv /tmp/dummy . /bin/mv: preserving permissions for `./dummy': Invalid argument /bin/mv: preserving ACL for `./dummy': Invalid argument /bin/mv: preserving permissions for `./dummy': Invalid argument the file does get copied. but it sends exit 0 when similarly used in a script zfs pool name = vol1 zfs get aclmode vol1 vol1 aclinherit discard local vol1 aclmode groupmask local vol1/scr20 is the mount point on the client vol1/scr20 aclinherit discard local vol1/scr20 aclmode groupmask local I've also tried using mount option noacl with no luck.. what do I need to do to ignore ACL's on my clients that support ACL's? and I've tried passthrough mode for aclinherit. thanks for any insight This message posted from opensolaris.org _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss