Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Apr 2019 21:47:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236993] zfs send | zfs recv not preserving ACL for some directories
Message-ID:  <bug-236993-227-XpCpFFXI63@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236993-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236993-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236993

--- Comment #2 from Nathan Huff <nhuff@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=20
        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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236993-227-XpCpFFXI63>