Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. a1 (ceph-deploy node):
  2.  
  3. root@a1-p:/home/ryade/ceph# cat ceph.conf
  4. [global]
  5. fsid = 3992151c-cba6-4e2b-b258-050c0384f000
  6. mon initial members = ceph01-p, ceph02-p, ceph03-p
  7. mon host = 172.20.0.108,172.20.0.109,172.20.0.110
  8. auth supported = cephx
  9. osd journal size = 1024
  10. filestore xattr use omap = true
  11.  
  12. mon nodes:
  13.  
  14. root@ceph01-p:~# cat /etc/ceph/ceph.conf
  15. [global]
  16. fsid = 3992151c-cba6-4e2b-b258-050c0384f000
  17. mon_initial_members = ceph01-p, ceph02-p, ceph03-p
  18. mon_host = 172.20.0.108,172.20.0.109,172.20.0.110
  19. auth_supported = cephx
  20. osd_journal_size = 1024
  21. filestore_xattr_use_omap = true
  22.  
  23. root@ceph02-p:~# cat /etc/ceph/ceph.conf
  24. [global]
  25. fsid = 3992151c-cba6-4e2b-b258-050c0384f000
  26. mon_initial_members = ceph01-p, ceph02-p, ceph03-p
  27. mon_host = 172.20.0.108,172.20.0.109,172.20.0.110
  28. auth_supported = cephx
  29. osd_journal_size = 1024
  30. filestore_xattr_use_omap = true
  31.  
  32. root@ceph03-p:~# cat /etc/ceph/ceph.conf
  33. [global]
  34. fsid = 3992151c-cba6-4e2b-b258-050c0384f000
  35. mon_initial_members = ceph01-p, ceph02-p, ceph03-p
  36. mon_host = 172.20.0.108,172.20.0.109,172.20.0.110
  37. auth_supported = cephx
  38. osd_journal_size = 1024
  39. filestore_xattr_use_omap = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement