[Bug 234413] quotactl() returns wrong error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 26 18:27:32 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234413

--- Comment #1 from Emrion <kmachine at free.fr> ---
This issue is visible when samba operates on a zfs file system but I think it
has issued more problems.

When a call to quotactl() is made on a zfs dataset, the error generated under
11.2 FreeBSD is: Operation not supported (ENOTSUP). Which is logical because
quotactl() is only supported by the ufs file system.

Under 12.0-RELEASE, you get: No such file or directory (ENOENT).

As a result, with samba, you can see some error messages claiming "No such file
or directory" each time you create or delete a file on a samba share.

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


More information about the freebsd-bugs mailing list