Re: [ceph-users] how to limit access to pools ?

2013-07-17 Thread Ta Ba Tuan
Referebce: http://linux.die.net/man/8/ceph-authtool The subsystem is the name of a Ceph subsystem: *mon*, *mds*, or *osd*. The capability is a string describing what the given user is allowed to do. This takes the form of a comma separated list of allow clauses with a permission specifier cont

Re: [ceph-users] how to limit access to pools ?

2013-07-16 Thread Ta Ba Tuan
Hi Markus, Limit access to specified pool through key authentication.: Example, i having a pool is 'instances', and setting permission likes: #ceph auth get-or-create client.instances mon 'allow r' osd 'allow rwx pool=instances' --tuantaba TA BA TUAN On 07/16/2013 08:04 PM, Markus Goldber

[ceph-users] how to limit access to pools ?

2013-07-16 Thread Markus Goldberg
Hi, i created a few pools with 'ceph osd pool create 100 100' and set a relation to corresponding directories with 'cephfs /mnt/myceph/ set_layout -p '. I can list the pools with 'ceph osd pools' I can mount the dirs/subdirs at the client with 'mount -t ceph xxx.xxx.xxx.xxx:6789:/dir1/dir2 /mn