On Thu, Jan 7, 2016 at 4:05 PM, CSa <Christian.Salzmann@xxxxxxxxxxxx> wrote: > Hi, > > we are using cephfs on a ceph cluster (V0.94.5, 3x MON, 1x MDS, ~50x OSD). > Recently, we observed a spontaneous (and unwanted) change in the access > rights of newly created directories: > > $ umask > 0077 > $ mkdir test > $ ls -ld test > drwx------ 1 me me 0 Jan 6 14:59 test > $ touch test/foo > $ ls -ld test > drwxrwxrwx 1 me me 0 Jan 6 14:59 test > $ do you use kernel client? I remember an ACL related bug in old kernel can cause this. mount cephfs with '-o noacl' option can avoid this issue. > > I kindly would like to ask for help tracking down this issue. > > ciao > Christian > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html