On 23/09/14 18:22, Aegeaner wrote: > Now I use the following script to create key/value backended OSD, but > the OSD is created down and never go up. > > ceph osd create > umount /var/lib/ceph/osd/ceph-0 > rm -rf /var/lib/ceph/osd/ceph-0 > mkdir /var/lib/ceph/osd/ceph-0 > ceph osd crush add osd.0 1 root=default host=CVM-0-11 > mkfs -t xfs -f /dev/hioa > mount /dev/hioa /var/lib/ceph/osd/ceph-0 > ceph-osd --id 0 --mkkey --mkfs --osd-data /var/lib/ceph/osd/ceph-0 > /etc/init.d/ceph start osd.0 > > > Anything goes wrong? > Hmmm - trying out a variant of the above (attached) seems to work for me. I think we need to see your osd log (in /var/log/ceph). Cheers Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: deploy-bug.sh Type: application/x-shellscript Size: 3154 bytes Desc: not available URL: <http://lists.ceph.com/pipermail/ceph-users-ceph.com/attachments/20140923/cc5444d2/attachment.bin>