[Bug 236993] zfs send | zfs recv not preserving ACL for some directories

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 3 21:47:04 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993

--- Comment #2 from Nathan Huff <nhuff at acm.org> ---
Also appears to be losing xattr

zdb -dddd on good main system for directory

    Object  lvl   iblk   dblk  dsize  lsize   %full  type
  59274085    1    16K     1K    32K     1K  100.00  ZFS directory
                                        192   bonus  System attributes
        dnode flags: USED_BYTES USERUSED_ACCOUNTED SPILL_BLKPTR
        dnode maxblkid: 0
        uid     39913
        gid     10513
        atime   Fri Mar  1 11:54:40 2019
        mtime   Fri Mar  1 11:55:28 2019
        ctime   Fri Mar  1 11:55:28 2019
        crtime  Wed Apr  4 15:26:51 2018
        gen     24591129
        mode    40200
        size    9
        parent  53044945
        links   6
        pflags  40800000042
        xattr   59274086
        microzap: 1024 bytes, 7 entries

and on replica

    Object  lvl   iblk   dblk  dsize  lsize   %full  type
  59274085    1   128K     1K    16K     1K  100.00  ZFS directory
                                        192   bonus  System attributes
        dnode flags: USED_BYTES USERUSED_ACCOUNTED 
        dnode maxblkid: 0
        uid     39913
        gid     10513
        atime   Fri Mar  1 11:54:40 2019
        mtime   Fri Mar  1 11:55:28 2019
        ctime   Fri Mar  1 11:55:28 2019
        crtime  Wed Apr  4 15:26:51 2018
        gen     24591129
        mode    40200
        size    9
        parent  53044945
        links   6
        pflags  40800000042
        microzap: 1024 bytes, 7 entries

Directory listing elided from both.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list