Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-239552-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239552

--- 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 rquot=
a.

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_ar=
gs {
        string gqa_pathp<RQ_PATHLEN>;   /* path to filesystem of interest */
        int gqa_type;                   /* Type of quota info is needed abo=
ut
*/
        int gqa_id;                     /* Inquire about quota for id */
};

Note that USRQUOTA is 0, which matches the behaviour from the comments abov=
e.=20
(But it could be something else.)

--=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-239552-227-o6A97fLdiN>