hi, I've created a snapshot with
zfs snapshot mypool@friday
however, the resulting .zfs/snapshot/friday doesn't contain any files even though it shows as consuming space if I use zfs list -t snapshot. What am I missing? The snapshot dir is empty.
Moderators: jhartley, MSR734, nola
[~]$ zfs list -t snapshot
NAME USED AVAIL REFER MOUNTPOINT
mypool@friday 6.01Mi - 60.6Gi -
[~/.zfs/snapshot]$ ls -l
total 20K
dr-xr-xr-x 2 root admin 2 Dec 16 15:51 zfs-auto-snap_frequent-2012-12-21-21h43
drwxr-x--- 94 daniel staff 199 Dec 21 21:43 zfs-auto-snap_frequent-2012-12-21-21h44
dr-xr-xr-x 2 root admin 2 Dec 16 15:51 zfs-auto-snap_frequent-2012-12-21-21h45
dr-xr-xr-x 2 root admin 2 Dec 16 15:51 zfs-auto-snap_frequent-2012-12-21-21h46
12/21/12 10:29:59.000 PM kernel[0]: zfsdev_ioctl: function error 45 on command 57
12/21/12 10:29:59.000 PM kernel[0]: zfsdev_ioctl: function error 45 on command 57
12/21/12 10:29:59.000 PM kernel[0]: zfsdev_ioctl: function error 45 on command 57
12/21/12 10:29:59.000 PM kernel[0]: zfsdev_ioctl: function error 45 on command 57
12/21/12 10:29:59.000 PM kernel[0]: zfsdev_ioctl: function error 45 on command 57
12/21/12 10:30:01.000 PM kernel[0]: zfs_secpolicy_write_perms: daniel error 89
12/21/12 10:30:01.000 PM kernel[0]: zfs_secpolicy_write_perms: daniel error 89
12/21/12 10:30:01.000 PM kernel[0]: zfs_secpolicy_write_perms: daniel@zfs-auto-snap_frequent-2012-12-21-22h11 error 89
12/21/12 10:30:01.000 PM kernel[0]: zfs_secpolicy_write_perms: daniel@zfs-auto-snap_frequent-2012-12-21-22h11 error 89
Error 89 (ENOSYS) is returned by (f)acl_get if the file system does not
support ACLs. Again, truss or dtrace should show which function is
being called and the fie.