The OpenStack Block Storage service (Cinder) adds persistent storage to a virtual machine. Block Storage provides an infrastructure for managing volumes, and interacts with OpenStack Compute to provide volumes for instances. The service also enables management of volume snapshots, and volume types.
The Block Storage service consists of the following components:
cinder-volume
for
action.cinder-scheduler
. It also interacts with these processes
through a message queue. The cinder-volume
service responds to read
and write requests sent to the Block Storage service to maintain
state. It can interact with a variety of storage providers through a
driver architecture.nova-scheduler
.cinder-backup
service provides backing up volumes of any type to
a backup storage provider. Like the cinder-volume
service, it can
interact with a variety of storage providers through a driver
architecture.Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.