diff options
author | MORITA Kazutaka <morita.kazutaka@gmail.com> | 2011-01-14 04:44:15 +0000 |
---|---|---|
committer | Tarmac <> | 2011-01-14 04:44:15 +0000 |
commit | c468658d553d3fd9cb8d9d39c7dcbc3f2ffbc640 (patch) | |
tree | 0b6e4526af651d83ded90fd8e569736ba1f76ceb /nova/exception.py | |
parent | 14a42e45cf1a29fb7622a5f704b275335ab04b79 (diff) | |
parent | 600e397515ec425958a24c35a4440d85bd47133a (diff) | |
download | nova-c468658d553d3fd9cb8d9d39c7dcbc3f2ffbc640.tar.gz nova-c468658d553d3fd9cb8d9d39c7dcbc3f2ffbc640.tar.xz nova-c468658d553d3fd9cb8d9d39c7dcbc3f2ffbc640.zip |
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 'nova/exception.py')
0 files changed, 0 insertions, 0 deletions