qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH v6] block: add sheepdog driver for distributed s


From: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH v6] block: add sheepdog driver for distributed storage support
Date: Tue, 06 Jul 2010 17:05:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

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 <address@hidden>

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 via email to

[Prev in Thread] Current Thread [Next in Thread]