ceph auth list
ceph auth get client.admin
ceph auth get-or-create client.george mon 'allow r' osd 'allow rw pool=ceph_data' -o george.keyring
ceph auth caps client.george mon 'allow rw' osd 'allow rwx pool=ceph_data'