Cephfs user path permissions luminous

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




ceph fs authorize cephfs client.bla /bla rw

Will generate a user with these permissions 

[client.bla]
        caps mds = "allow rw path=/bla"
        caps mon = "allow r"
        caps osd = "allow rw pool=fs_data"

With those permissions I cannot mount, I get a permission denied, until 
I change the permissions to eg. These:

        caps mds = "allow r, allow rw path=/bla"
        caps mon = "allow r"
        caps osd = "allow rwx pool=fs_meta,allow rwx pool=fs_data"

Are these the minimum required permissions for mounting? I guess this 
should also be updated for ceph fs authorize?

_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com



[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux