Comment 3 for bug 1834468

Revision history for this message
papamoose (papam0ose) wrote :

Yes it does:

dozer/scripts /dozer/scripts zfs rw,noatime,xattr,posixacl 0 0

As of 2021-12-17: the zfs file system seems to get ignored on line 379 (ctrl+f "only consider").

I attempted adding a condition to not ignore "zfs": 'strcmp(mount->mnt_type, "zfs") != 0'

However this lead to 'fatrace: Received unexpected event info type 52'.