On 01/24/2013 04:53 PM, Jens Kristian Søgaard wrote:
Hi Dimitri,

Where in ceph.conf do I tell it to use qemu and librbd instead of
kernel module?

You do not need to specify that in ceph.conf.

When you run qemu then specify the disk for example like this:

  -drive format=rbd,file=rbd:/pool/imagename,if=virtio,index=0,boot=on


Small typo :) It has to be:

 -drive format=rbd,file=rbd:pool/imagename,if=virtio,index=0,boot=on

Wido

Where you replace "pool" and "imagename" with whatever you have called
them.

You can create new images with the qemu-img utility.


--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to