Hi,
Does anybody know what auth capabilities are required to run commands such as:
ceph daemon osd.0 perf dump
Even with the client.admin user, I can't get it to work:
$ ceph daemon osd.0 perf dump --name client.admin --keyring=/etc/ceph/ceph.client.admin.keyring
{}
$ ceph auth get client.admin
exported keyring for client.admin
[client.admin]
key = **********
caps mds = "allow"
caps mon = "allow *"
caps osd = "allow *"
The only way I can run that command is with sudo:
$ sudo ceph daemon osd.0 perf dump
{
"WBThrottle": {
...
}
I'm using Ceph 0.9.4 on CentOS 6.5.
Thanks,
Sergio
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com