Skip to content

Instantly share code, notes, and snippets.

@carmstrong
Created September 8, 2014 05:25
Show Gist options
  • Select an option

  • Save carmstrong/44b1302718b69a033112 to your computer and use it in GitHub Desktop.

Select an option

Save carmstrong/44b1302718b69a033112 to your computer and use it in GitHub Desktop.
Ceph error: 0 monclient: hunting for new mon
root@deis-3:/# cat /etc/ceph/ceph.conf
[global]
fsid = f20a7b4f-db77-49d1-87e3-3d59bc12de52
mon initial members = deis-3
mon host = deis-1,deis-2,deis-3
mon addr = 172.17.8.100:6789,172.17.8.101:6789,172.17.8.102:6789
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
osd pool default size = 3
osd pool default min_size = 1
osd pool default pg_num = 128
osd pool default pgp_num = 128
log file = /dev/stdout
[client.radosgw.gateway]
host = deis-store-gateway
keyring = /etc/ceph/ceph.client.radosgw.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
log file = /dev/stdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment