]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add generic block device driver
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Wed, 17 Apr 2013 09:58:35 +0000 (13:58 +0400)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Mon, 15 Jul 2013 07:51:18 +0000 (11:51 +0400)
commit54a7345f9e945e4dd5f379040b9d47a7e9b8dc6d
treedeea014141f55fcda1428d0e4f9c4c0eff651af0
parent5610092fc116f7263dbf48e045061c64a0846e10
Add generic block device driver

This driver adds an ability to create volumes on any block device on
local host.

This driver supports the following features:

- Volume Create/Delete
- Volume Attach/Detach
- Get Volume Stats
- Copy Image to Volume
- Copy Volume to Image
- Clone Volume

Not implemented:

- Snapshot Create/Delete
- Create Volume from Snapshot

These features are not implemented because there is no generic way
to create snapshots for block devices.

bp block-device-driver

Change-Id: If5fcaf2775daf660c46d630eea0f9633ca816ee9
cinder/tests/test_block_device.py [new file with mode: 0644]
cinder/volume/drivers/block_device.py [new file with mode: 0644]
etc/cinder/cinder.conf.sample
etc/cinder/rootwrap.d/volume.filters