Re: [ceph-users] ceph auth get-or-create not taking key from input file?

2015-05-06 Thread Robert LeBlanc
According to the help for get-or-create, it looks like it should take an input file. I've only ever used ceph auth import in this regard. I would file a bug report on get-or-create. On Wed, May 6, 2015 at 8:36 AM, Sergio A. de Carvalho Jr. < scarvalh...@gmail.com> wrote: > Hi, > > While creating

[ceph-users] ceph auth get-or-create not taking key from input file?

2015-05-06 Thread Sergio A. de Carvalho Jr.
Hi, While creating a Ceph user with a pre-generated key stored in a keyring file, "ceph auth get-or-create" doesn't seem to take the keyring file into account: # cat /tmp/user1.keyring [client.user1] key = AQAuJEpVgLQmJxAAQmFS9a3R7w6EHAOAIU2uVw== # ceph auth get-or-create -i /tmp/user1.keyring c

[ceph-users] Ceph auth get-or-create

2013-06-17 Thread Amit Vijairania
Hello! How do you add new pool access to existing Ceph Client? e.g. At first create a new user -- openstack-volumes: ceph auth get-or-create client.openstack-volumes mon 'allow r' osd 'allow class-read object_prefix rbd_children, allow rwx *pool=openstack-volumes*, allow rx pool=openstack-images