Skip to content

Instantly share code, notes, and snippets.

@rferreira
Created August 21, 2013 01:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rferreira/6289331 to your computer and use it in GitHub Desktop.
Save rferreira/6289331 to your computer and use it in GitHub Desktop.
ceph2:~$ cat /etc/ceph/ceph.conf
[global]
fsid = b5466a8d-b660-42f7-b39c-1157d14fd580
mon_initial_members = ceph1, ceph2
mon_host = 172.20.22.90,172.20.22.91
auth_supported = cephx
osd_journal_size = 1024
filestore_xattr_use_omap = true
@ceph1:~# cat /etc/ceph/ceph.conf
[global]
fsid = b5466a8d-b660-42f7-b39c-1157d14fd580
mon_initial_members = ceph1, ceph2
mon_host = 172.20.22.90,172.20.22.91
auth_supported = cephx
osd_journal_size = 1024
filestore_xattr_use_omap = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment