Advertisement
Guest User

Untitled

a guest
Jul 21st, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [global]
  2. auth cluster required = cephx
  3. auth service required = cephx
  4. auth client required = cephx
  5. [osd]
  6. osd journal size = 1000
  7. filestore xattr use omap = false
  8. osd mkfs type = xfs
  9. osd mkfs options xfs = "-f"
  10. osd mount options xfs = "rw,noatime"
  11. [mon.a]
  12. host = node001
  13. mon addr : 10.0.0.254:6789
  14. [osd.0]
  15. host = node001
  16. devs = /dev/md0
  17. [osd.1]
  18. host = node002
  19. devs = /dev/sdb
  20. [mds.a]
  21. host = node002
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement