fatrace does not see file access on zfs filesystem

Bug #1834468 reported by roland aus köln
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
fatrace
Incomplete
Undecided
Unassigned

Bug Description

i have a samba/zfs server and don't see any file access activity on /zfspool.

even "touch /zfspool/test" does not work

Revision history for this message
roland aus köln (devzero-c) wrote :

apparently, you can make it work for the current cwd with "-c" : https://github.com/zfsonlinux/zfs/issues/6079

Revision history for this message
Martin Pitt (pitti) wrote :

Does that zfs pool appear in /proc/self/mounts anywhere? That's what fatrace reads in default mode (when not using -c/--current-mount).

Changed in fatrace:
status: New → Incomplete
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'.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.