Comment 9 for bug 1099900

Revision history for this message
James Page (james-page) wrote :

root@juju-quantal-instance-85:/etc/ceph# cat ceph-byname.conf
[global]

 auth supported = cephx

 keyring = /etc/ceph/$cluster.$name.keyring
 mon host = ceph-18:6789 ceph-19:6789 ceph-20:6789
 fsid = 6547bd3e-1397-11e2-82e5-53567c8d32dc

[mon]
 keyring = /var/lib/ceph/mon/$cluster-$id/keyring

[mds]
 keyring = /var/lib/ceph/mds/$cluster-$id/keyring

[osd]
 keyring = /var/lib/ceph/osd/$cluster-$id/keyring
 osd journal size = 1000
 filestore xattr use omap = true
root@juju-quantal-instance-85:/etc/ceph# rados -c ceph-byname.conf lspools
data
metadata
rbd
.rgw
.rgw.control
bench
root@juju-quantal-instance-85:/etc/ceph#