Advertisement
Guest User

Untitled

a guest
Jul 24th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [osd.0]
  2. host = ha1
  3.  
  4. ; if 'btrfs devs' is not specified, you're responsible for
  5. ; setting up the 'osd data' dir. if it is not btrfs, things
  6. ; will behave up until you try to recover from a crash (which
  7. ; usually fine for basic testing).
  8. devs = /dev/mapper/vg--ha-ceph
  9.  
  10. ; If you want to specify some other mount options, you can do so.
  11. ; The default values are rw,noatime
  12. ;btrfs options = rw,noatime
  13.  
  14. [osd.1]
  15. host = ha2
  16. devs = /dev/mapper/vg--ha-ceph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement