Hi list, I'm learning ceph and follow http://docs.ceph.com/docs/master/rados/operations/user-management/ to experience ceph user management. I create a user `client.chengwei` which looks like below. ``` exported keyring for client.chengwei [client.chengwei] key = AQBC1ZlXnVRgOBAA/nO03Hr1C1hGdrckTJWX/w== caps mon = "allow r" caps osd = "allow rw pool=rbd" ``` And now I'm trying to cleanup it's caps, so I executed below command ``` # ceph auth caps client.chengwei mon ' ' osd ' ' Error EINVAL: moncap parse failed, stopped at ' ' of ' ' ``` However it failed, this command is exactly copied from the above guide and just replaced with my own user, so any help? I'm using Jewel 10.2.2 on CentOS 7.2, thanks in advance! -- Thanks, Chengwei
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com