All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
Cc: aliguori@us.ibm.com, sheepdog@lists.wpkg.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH v6] block: add sheepdog driver for distributed storage support
Date: Tue, 06 Jul 2010 17:05:08 +0200	[thread overview]
Message-ID: <4C334624.8050901@redhat.com> (raw)
In-Reply-To: <1277064060-15658-1-git-send-email-morita.kazutaka@lab.ntt.co.jp>

Am 20.06.2010 22:01, schrieb MORITA Kazutaka:
> Sheepdog is a distributed storage system for QEMU. It provides highly
> available block level storage volumes to VMs like Amazon EBS.  This
> patch adds a qemu block driver for Sheepdog.
> 
> Sheepdog features are:
> - No node in the cluster is special (no metadata node, no control
>   node, etc)
> - Linear scalability in performance and capacity
> - No single point of failure
> - Autonomous management (zero configuration)
> - Useful volume management support such as snapshot and cloning
> - Thin provisioning
> - Autonomous load balancing
> 
> The more details are available at the project site:
>     http://www.osrg.net/sheepdog/
> 
> Signed-off-by: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>

Thanks, applied to the block branch.

> Sheepdog passes almost all testcases against a raw format, but failed in
> the following ones:
>  - 005: Sheepdog cannot support a larger image than 4 TB, so failed in
>         creating a 5 TB image.
>  - 012: Sheepdog images are not files, so cannot make them read-only
>         by chmod.

Both of them mean that you haven't adapted qemu-iotests to the
capabilities of Sheepdog, but are not real problems.

We'll probably find some more problems in corner cases, but in general
it looks good enough to me to be included. We can do any other fixes and
cleanups on top of this.

Kevin

      reply	other threads:[~2010-07-06 15:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-20 20:01 [Qemu-devel] [PATCH v6] block: add sheepdog driver for distributed storage support MORITA Kazutaka
2010-07-06 15:05 ` Kevin Wolf [this message]

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=4C334624.8050901@redhat.com \
    --to=kwolf@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=morita.kazutaka@lab.ntt.co.jp \
    --cc=qemu-devel@nongnu.org \
    --cc=sheepdog@lists.wpkg.org \
    /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.