https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234413
Bug ID: 234413
Summary: quotactl() returns wrong error
Product: Base System
Version: 12.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
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 permitted (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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"