Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. mkfs.xfs /dev/sdb
  2. mkfs.xfs /dev/sdc
  3.  
  4. mount /dev/sdb /srv/ceph/osd0
  5. mount /dev/sdc /srv/ceph/osd1
  6.  
  7. mkcephfs -a -c /etc/ceph/ceph.conf -k /etc/ceph/keyring.admin
  8.  
  9. service ceph start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement