Advertisement
Guest User

Untitled

a guest
Mar 8th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. [root@ceph1 /home/cjh]# mkcephfs -c /etc/ceph/ceph.conf -d /tmp/foo --prepare-monmap
  2. preparing monmap in /tmp/foo/monmap
  3. /usr/bin/monmaptool --create --clobber --add a 10.153.5.93:6789 --print /tmp/foo/monmap
  4. /usr/bin/monmaptool: monmap file /tmp/foo/monmap
  5. /usr/bin/monmaptool: generated fsid f1f885fa-351b-4383-adff-87df170a4f6f
  6. epoch 0
  7. fsid f1f885fa-351b-4383-adff-87df170a4f6f
  8. last_changed 2013-03-08 13:27:45.811053
  9. created 2013-03-08 13:27:45.811053
  10. 0: 10.153.5.93:6789/0 mon.a
  11. /usr/bin/monmaptool: writing epoch 0 to /tmp/foo/monmap (1 monitors)
  12. [root@ceph1 /home/cjh]# mkdir -p /var/lib/ceph/osd/ceph-0
  13. [root@ceph1/home/cjh]# mkcephfs -c /etc/ceph/ceph.conf -d /tmp/foo --init-local-daemons osd
  14. [root@ceph1 /home/cjh]# ls /var/lib/ceph/osd/ceph-0/
  15. [root@ceph1 /home/cjh]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement