cinder/doc/source/devref/volume.rst
John Griffith 922fdd0bdc Update dev docs
* Quick pass at implementing the basics for cinder dev docs
  * Remove the N/A compute related stuff
  * Clean up the architecture a bit to only show cinder related
  * Remove various modules form TOC's that aren't applicable

Change-Id: I0089c388524c9def7494658e836f4ed03a61f5b5
2012-09-03 17:18:10 -06:00

1.8 KiB

Storage Volumes, Disks

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

The cinder.volume.manager Module -------------------------------------

cinder.volume.manager

The cinder.volume.driver Module -------------------------------------

cinder.volume.driver

Tests

The volume_unittest Module

cinder.tests.volume_unittest

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.