Files
manila/doc/source/devref/volume.rst
Yulia Portnova 9169fc311e docs
2013-09-17 10:57:47 +03:00

1.8 KiB

Storage Volumes, Disks

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

The manila.volume.manager Module -------------------------------------

manila.volume.manager

The manila.volume.driver Module -------------------------------------

manila.volume.driver

Tests

The volume_unittest Module

manila.tests.volume_unittest

Old Docs

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

Manila 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.