Sheepdog is an open-source distributed storage system that provides a virtual storage pool utilizing internal disk of commodity servers.
Sheepdog scales to several hundred nodes, and has powerful virtual disk management features like snapshotting, cloning, rollback, and thin provisioning.
More information can be found on Sheepdog Project.
This driver enables the use of Sheepdog through Qemu/KVM.
Sheepdog driver supports these operations:
Set the following option in the cinder.conf
file:
volume_driver = cinder.volume.drivers.sheepdog.SheepdogDriver
The following table contains the configuration options supported by the Sheepdog driver:
Configuration option = Default value | Description |
---|---|
sheepdog_store_address = 127.0.0.1 |
(String) IP address of sheep daemon. |
sheepdog_store_port = 7000 |
(Port(min=0, max=65535)) Port of sheep daemon. |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.