Hi, I ran into a weird issue with cephfs today. I create a directory like this:
# mkdir bla # ls -al drwxr-xr-x 1 root root 0 14 jun 22:22 bla Now on another host, with the same cephfs mounted, I see different permissions: # ls -al drwxrwxrwx 1 root root 0 14 jun 22:22 bla Weird, huh? Back to host #1, I unmount cephfs and mount it again. Now it sees the same (changed) permissions as I saw on the second host: # ls -al drwxrwxrwx 1 root root 0 14 jun 22:22 bla So... what happened to the original permissions and why did they change? Thanks, Erik. _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com