]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adding host attaching support to Cinder
authorZhi Yan Liu <zhiyanl@cn.ibm.com>
Sun, 16 Jun 2013 21:17:45 +0000 (05:17 +0800)
committerZhi Yan Liu <zhiyanl@cn.ibm.com>
Wed, 19 Jun 2013 00:22:04 +0000 (08:22 +0800)
commit728f9838d2ca44b66fc240cac211fcae4b286416
tree63798b7ad93f56a791045a3dbdb074403f0f1112
parent066a6760f9c7c64411b40918fe7f5c218b391218
Adding host attaching support to Cinder

Changing 'os-attach' API interface to allow client mark a volume as be
attached to a host.

Implement bp: volume-host-attaching
docimpact

Change-Id: Iaf442ad0fb37ce369d838f3a512724f830071763
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
25 files changed:
cinder/api/contrib/volume_actions.py
cinder/api/v1/volumes.py
cinder/api/v2/views/volumes.py
cinder/api/v2/volumes.py
cinder/db/api.py
cinder/db/sqlalchemy/api.py
cinder/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql
cinder/db/sqlalchemy/migrate_repo/versions/012_add_attach_host_column.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/012_sqlite_downgrade.sql [new file with mode: 0644]
cinder/db/sqlalchemy/models.py
cinder/tests/api/contrib/test_admin_actions.py
cinder/tests/api/contrib/test_volume_actions.py
cinder/tests/api/v1/test_volumes.py
cinder/tests/api/v2/stubs.py
cinder/tests/api/v2/test_volumes.py
cinder/tests/test_db_api.py
cinder/tests/test_migrations.py
cinder/tests/test_volume.py
cinder/tests/test_volume_rpcapi.py
cinder/volume/api.py
cinder/volume/driver.py
cinder/volume/drivers/coraid.py
cinder/volume/drivers/scality.py
cinder/volume/manager.py
cinder/volume/rpcapi.py