Re: [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Andreas Grünbacher
Hi Anna, 2015-07-22 17:57 GMT+02:00 Anna Schumaker : > Discussions around deprecating or removing the minorversion= argument have > come up recently. > The preferred way of mounting NFS v4.1 these days is with: "-o vers=4.1". > Can you update your > patch description so we don't confuse

Re: [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Anna Schumaker
Hi Andreas, On 07/22/2015 09:03 AM, Andreas Gruenbacher wrote: > From: Andreas Gruenbacher > > The dacl attribute includes Automatic Inheritance flags not supported by the > acl attribute. it is only supported in NFS version 4.1 and higher. On > systems > where NFS version 4.0 is still the

[PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Andreas Gruenbacher
From: Andreas Gruenbacher The dacl attribute includes Automatic Inheritance flags not supported by the acl attribute. it is only supported in NFS version 4.1 and higher. On systems where NFS version 4.0 is still the default, an additional mount option is needed: mount -t nfs4 -o

Re: [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Andreas Grünbacher
Hi Anna, 2015-07-22 17:57 GMT+02:00 Anna Schumaker anna.schuma...@netapp.com: Discussions around deprecating or removing the minorversion= argument have come up recently. The preferred way of mounting NFS v4.1 these days is with: -o vers=4.1. Can you update your patch description so we

Re: [PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Anna Schumaker
Hi Andreas, On 07/22/2015 09:03 AM, Andreas Gruenbacher wrote: From: Andreas Gruenbacher agrue...@redhat.com The dacl attribute includes Automatic Inheritance flags not supported by the acl attribute. it is only supported in NFS version 4.1 and higher. On systems where NFS version 4.0

[PATCH v5 39/39] nfs: Add support for the v4.1 dacl attribute

2015-07-22 Thread Andreas Gruenbacher
From: Andreas Gruenbacher agrue...@redhat.com The dacl attribute includes Automatic Inheritance flags not supported by the acl attribute. it is only supported in NFS version 4.1 and higher. On systems where NFS version 4.0 is still the default, an additional mount option is needed: mount