[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|f...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 Nathan Huff changed: What|Removed |Added Component|bin |kern -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 --- Comment #3 from Nathan Huff --- Pretty sure I am seeing this. https://www.illumos.org/issues/9952 -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 --- Comment #2 from Nathan Huff --- Also appears to be losing xattr zdb - on good main system for directory Object lvl iblk dblk dsize lsize %full type 59274085116K 1K32K 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 mode40200 size9 parent 53044945 links 6 pflags 4080042 xattr 59274086 microzap: 1024 bytes, 7 entries and on replica Object lvl iblk dblk dsize lsize %full type 592740851 128K 1K16K 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 mode40200 size9 parent 53044945 links 6 pflags 4080042 microzap: 1024 bytes, 7 entries Directory listing elided from both. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 --- Comment #1 from Nathan Huff --- zfs send using -LceI zfs recv using -F -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"
[Bug 236993] zfs send | zfs recv not preserving ACL for some directories
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236993 Bug ID: 236993 Summary: zfs send | zfs recv not preserving ACL for some directories Product: Base System Version: 11.2-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: nh...@acm.org I have a system doing incremental replication to a second system. It appears that zfs ACLs are not getting replicated for some directories. On the primary system I can go into a snapshot directory and running getfacl on one of the affected directories returns ACL info. On the second system in the snapshot directory for the replicated snapshot running getfacl on the directory returns. # file: foo # owner: user # group: group getfacl: foo: No such file or directory filename owner and group have been obfuscated, but are correct. It appears that the ACL data is just missing on the replicated file. The file contents are correct. This is not happening on all directories just some. Not sure what the trigger is. Let me know what other information would be useful. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"