Table Of Contents

Previous topic

The Database Layer

Next topic

Authentication and Authorization

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

Storage Volumes, Disks

Todo

rework after iSCSI merge (see ‘Old Docs’) (todd or vish)

The cinder.volume.manager Module

The cinder.volume.driver Module

Tests

The volume_unittest Module

Old Docs

Cinder uses iSCSI to export storage volumes from multiple storage nodes. These iSCSI exports are attached (using libvirt) directly to running instances.

Cinder volumes are exported over the primary system VLAN (usually VLAN 1), and not over individual VLANs.

The underlying volumes by default are LVM logical volumes, created on demand within a single large volume group.