On Fri, Aug 04, 2023 at 10:48:50AM +0200, Alexander Mikhalitsyn wrote: > This parameter is used to decide if we allow > to perform IO on idmapped mount in case when MDS lacks > support of CEPHFS_FEATURE_HAS_OWNER_UIDGID feature. > > In this case we can't properly handle MDS permission > checks and if UID/GID-based restrictions are enabled > on the MDS side then IO requests which go through an > idmapped mount may fail with -EACCESS/-EPERM. > Fortunately, for most of users it's not a case and > everything should work fine. But we put work "unsafe" > in the module parameter name to warn users about > possible problems with this feature and encourage > update of cephfs MDS. > > Cc: Xiubo Li <xiubli@xxxxxxxxxx> > Cc: Jeff Layton <jlayton@xxxxxxxxxx> > Cc: Ilya Dryomov <idryomov@xxxxxxxxx> > Cc: ceph-devel@xxxxxxxxxxxxxxx > Suggested-by: Stéphane Graber <stgraber@xxxxxxxxxx> > Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@xxxxxxxxxxxxx> > --- Seems good enough, Acked-by: Christian Brauner <brauner@xxxxxxxxxx>