|
Description
|
An opensolaris reported the following problem, when try to copy ACLs from UFS to ZFS
2) On zfs
- e.g. as root do:
cp -P -r -p /dir /pool1/zfsdir
# cp: Insufficient memory to save acl entry
cp -r -p /dir /pool1/zfsdir
# cp: Insufficient memory to save acl entry
This problem is either in 'mv.c' or in libsec.
|