Date: Sat, 17 Jun 2017 22:03:09 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220086] linux compat layer statfs implementation should present zfs as ext2 Message-ID: <bug-220086-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220086 Bug ID: 220086 Summary: linux compat layer statfs implementation should present zfs as ext2 Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: brad@facefault.org The statfs implementation in sys/compat/linux/linux_stats.c (function bsd_to_linux_ftype) does not currently handle zfs filesystems. Some proprie= tary software (e.g. Splunk) expects a sane value for statfs.f_type and will refu= se to function when that's 0L. SmartOS solved this issue (https://smartos.org/bugview/OS-3932) by presenti= ng zfs as ext2; the same solution should work for FreeBSD. --=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-220086-8>