Developer Guide
In this section you will find information on Cinder’s lower level programming
APIs.
Programming HowTos and Tutorials
Background Concepts for Cinder
- Cinder System Architecture
- Volume Attach/Detach workflow
- Attach/Detach Operations are multi-part commands
- Attach workflow
- reserve_volume(self, context, volume)
- initialize_connection(self, context, volume, connector)
- attach(self, context, volume, instance_uuid, host_name, mount_point, mode)
- Detach workflow
- Threading model
- Internationalization
- AMQP and Cinder