Date: Tue, 03 Sep 2019 18:37:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239552] Quotas on NFS shares broken (return: none) on 11.3-RELEASE Message-ID: <bug-239552-227-o6A97fLdiN@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239552-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239552 --- Comment #3 from Sean Eric Fagan <sef@FreeBSD.org> --- I don't have a way to reproduce this; anyone who can, it would be useful to find out if both client and server are using the same RPC version for rquota. For Version 1, it should be using the structure struct getquota_args { string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */ int gqa_uid; /* Inquire about quota for uid */ }; to request a quota; for Version 2, it should be usingstruct ext_getquota_args { string gqa_pathp<RQ_PATHLEN>; /* path to filesystem of interest */ int gqa_type; /* Type of quota info is needed about */ int gqa_id; /* Inquire about quota for id */ }; Note that USRQUOTA is 0, which matches the behaviour from the comments above. (But it could be something else.) -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239552-227-o6A97fLdiN>
