On Mon, Oct 1, 2012 at 8:38 AM, ramu eppa <ramu.freesystems@xxxxxxxxx> wrote: > Hi all, > > I want write data or text file to rbd pool.Please help me. You can create objects in RADOS pools with "rados put". See http://ceph.com/docs/master/man/8/rados/ for the documentation. The rbd pool usually contains only rbd images, though. An object created from an arbitrary file won't work as an rbd image. For rbd images, you want e.g. "rbd import": http://ceph.com/docs/master/man/8/rbd/ -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html