summaryrefslogtreecommitdiffstats
path: root/Authors
diff options
context:
space:
mode:
authorMORITA Kazutaka <morita.kazutaka@gmail.com>2011-01-14 04:44:15 +0000
committerTarmac <>2011-01-14 04:44:15 +0000
commitc468658d553d3fd9cb8d9d39c7dcbc3f2ffbc640 (patch)
tree0b6e4526af651d83ded90fd8e569736ba1f76ceb /Authors
parent14a42e45cf1a29fb7622a5f704b275335ab04b79 (diff)
parent600e397515ec425958a24c35a4440d85bd47133a (diff)
This change introduces support for Sheepdog (distributed block storage
system) which is proposed in https://blueprints.launchpad.net/nova/+spec/sheepdog-support Requirements: - libvirt 0.8.7 or later - qemu 0.13.0 or later How to test: 1. install Sheepdog The software is available from SourceForge.net: https://sourceforge.net/projects/sheepdog/files/ See also: http://wiki.qemu.org/Features/Sheepdog/Getting_Started#Install 2. run the sheepdog daemon on each hosts $ sheep /store_dir /store_dir is a directory to store sheepdog objects. The directory must be on the filesystem with an xattr support. 3. format the sheepdog storage $ collie cluster format --copies=3 4. run nova-volume $ nova-volume --volume_driver=nova.volume.driver.SheepdogDriver
Diffstat (limited to 'Authors')
-rw-r--r--Authors1
1 files changed, 1 insertions, 0 deletions
diff --git a/Authors b/Authors
index 0c49f76a2..1b8cee2a1 100644
--- a/Authors
+++ b/Authors
@@ -31,6 +31,7 @@ Matt Dietz <matt.dietz@rackspace.com>
Michael Gundlach <michael.gundlach@rackspace.com>
Monsyne Dragon <mdragon@rackspace.com>
Monty Taylor <mordred@inaugust.com>
+MORITA Kazutaka <morita.kazutaka@gmail.com>
Paul Voccio <paul@openstack.org>
Rick Clark <rick@openstack.org>
Rick Harris <rconradharris@gmail.com>