Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # Please do not change this file directly since it is managed by Ansible and will be overwritten
  2.  
  3. [global]
  4. fsid = 2ae305d1-6742-4b1c-af69-825a3bae8b53
  5. max open files = 131072
  6. mon_initial_members = ccdev-ceph-osd1-kna2,ccdev-ceph-osd2-kna2,ccdev-ceph-osd3-kna2,ccdev-ceph-osd4-kna2,ccdev-ceph-osd5-kna2
  7. mon host = 192.168.30.21,192.168.30.22,192.168.30.23,192.168.30.24,192.168.30.25
  8. public_network = 192.168.30.0/24
  9. cluster_network = 192.168.30.0/24
  10.  
  11. [client.libvirt]
  12. admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok # must be writable by QEMU and allowed by SELinux or AppArmor
  13. log file = /var/log/ceph/qemu-guest-$pid.log # must be writable by QEMU and allowed by SELinux or AppArmor
  14.  
  15. [osd]
  16. osd mkfs type = xfs
  17. osd mkfs options xfs = -f -i size=2048
  18. osd mount options xfs = noatime,largeio,inode64,swalloc
  19. osd journal size = 10240
  20.  
  21.  
  22.  
  23. [client.restapi]
  24. public addr = 192.168.30.21:5000
  25. keyring = /var/lib/ceph/restapi/ceph-restapi/keyring
  26. log file = /var/log/ceph/ceph-restapi.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement