Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-08-02 Thread Andrew Price
On 28/07/2021 21:32, Bob Peterson wrote: On 7/28/21 1:28 PM, Andreas Gruenbacher wrote: On Tue, Jul 27, 2021 at 7:37 PM Bob Peterson wrote: Before this patch, gfs2 rejected mounts attempted with the usrquota, grpquota, or prjquota mount options. That caused numerous xfstests tests to fail. Thi

Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-07-28 Thread Andreas Gruenbacher
On Wed, Jul 28, 2021 at 10:33 PM Bob Peterson wrote: > On 7/28/21 1:28 PM, Andreas Gruenbacher wrote: > > On Tue, Jul 27, 2021 at 7:37 PM Bob Peterson wrote: > >> Before this patch, gfs2 rejected mounts attempted with the usrquota, > >> grpquota, or prjquota mount options. That caused numerous xf

Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-07-28 Thread Bob Peterson
On 7/28/21 1:28 PM, Andreas Gruenbacher wrote: On Tue, Jul 27, 2021 at 7:37 PM Bob Peterson wrote: Before this patch, gfs2 rejected mounts attempted with the usrquota, grpquota, or prjquota mount options. That caused numerous xfstests tests to fail. This patch allows gfs2 to accept but ignore t

Re: [Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-07-28 Thread Andreas Gruenbacher
On Tue, Jul 27, 2021 at 7:37 PM Bob Peterson wrote: > Before this patch, gfs2 rejected mounts attempted with the usrquota, > grpquota, or prjquota mount options. That caused numerous xfstests tests > to fail. This patch allows gfs2 to accept but ignore those mount options > so the tests may be run

[Cluster-devel] [GFS2 PATCH 13/15] gfs2: ignore usr|grp|prjquota mount options

2021-07-27 Thread Bob Peterson
Before this patch, gfs2 rejected mounts attempted with the usrquota, grpquota, or prjquota mount options. That caused numerous xfstests tests to fail. This patch allows gfs2 to accept but ignore those mount options so the tests may be run. Signed-off-by: Bob Peterson --- fs/gfs2/ops_fstype.c | 6