https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287099
--- Comment #4 from Rick Macklem <[email protected]> --- The quota protocol (rpc.quotad) is a Sun sideband protocol for NFSv3. It has nothing to do with NFSv4 and requires junk like rpcbind to be working. NFSv4 does have quota attributes. Those are what the client should be using to acquire quotas for NFSv4 mounts. And yes, since no one noted it, I never noticed that the FreeBSD quota command doesn't seem to work correctly for NFSv4 mounts. I look at fixing that, but the fix is to use the NFSv4 quota attributes (accessed via syscalls) and not to use rpc.quotad. Why your Linux client is using rpc.quotad for NFSv4 mounts, I cannot venture a guess? -- You are receiving this mail because: You are the assignee for the bug.
