All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tommi Virtanen <tv@inktank.com>
To: ramu eppa <ramu.freesystems@gmail.com>
Cc: ceph-devel@vger.kernel.org
Subject: Re: How to write data to rbd pool.
Date: Mon, 1 Oct 2012 09:27:42 -0700	[thread overview]
Message-ID: <CADvuQRE9paXEHD+bEa_Xjbh9Ex5Dt9+E4R+WjYq=3JY=VPCrOg@mail.gmail.com> (raw)
In-Reply-To: <loom.20121001T173732-275@post.gmane.org>

On Mon, Oct 1, 2012 at 8:38 AM, ramu eppa <ramu.freesystems@gmail.com> 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/

  reply	other threads:[~2012-10-01 16:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-01 15:38 How to write data to rbd pool ramu eppa
2012-10-01 16:27 ` Tommi Virtanen [this message]
2012-10-02 13:13   ` ramu eppa
2012-10-02 16:33     ` Tommi Virtanen
2012-10-02 17:09       ` ramu eppa
2012-10-03 20:15         ` Dan Mick
2012-10-03 20:13     ` Dan Mick
2012-10-03  4:55 ` ramu eppa
2012-10-03 20:18   ` Tommi Virtanen
2012-10-05  8:58     ` ramu eppa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADvuQRE9paXEHD+bEa_Xjbh9Ex5Dt9+E4R+WjYq=3JY=VPCrOg@mail.gmail.com' \
    --to=tv@inktank.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=ramu.freesystems@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.