Advertisement
Guest User

Untitled

a guest
Dec 13th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. On ceph-client (172.16.2.101)
  2. rbd create mystore --size 6291456 -m 172.16.2.100 -k /path/to/ceph.client.admin.keyring
  3. modprobe rbd
  4. rbd map mystore --pool rbd --name client.admin -m 172.16.2.100 -k /path/to/ceph.client.admin.keyring
  5. mkfs.ext4 -m0 /dev/rbd/rbd/mystore
  6.  
  7.  
  8. Then on another server:
  9.  
  10. mount -t ext4 172.16.2.101:/dev/rbd/rbd/mystore /mnt/ceph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement