]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Snapshot support for XenAPINFS
authorMate Lakat <mate.lakat@citrix.com>
Mon, 31 Dec 2012 15:52:18 +0000 (15:52 +0000)
committerMate Lakat <mate.lakat@citrix.com>
Wed, 16 Jan 2013 12:31:03 +0000 (12:31 +0000)
commit690cae58e6bbac5758ea2f7b60774c797d28fba5
tree92ed4fb85d938438c2015102f41a8e2efc9f77c0
parent1b27b3835e4f24ba264a75ea4f979c837ec9b124
Snapshot support for XenAPINFS

Related to blueprint xenapinfs-snapshots

Add support for snapshots, by implementing it with deep copies. Each
snapshot is a copy of the volume. Snapshot object has a new,
provider_location key, to store volume parameters.

Change-Id: Iea06246319ce82d5fcfe417419156ec83ef0a895
cinder/db/sqlalchemy/migrate_repo/versions/006_snapshots_add_provider_location.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/007_add_volume_snapshot_fk.py [new file with mode: 0644]
cinder/db/sqlalchemy/migrate_repo/versions/007_sqlite_downgrade.sql [new file with mode: 0644]
cinder/db/sqlalchemy/models.py
cinder/tests/test_migrations.py
cinder/tests/test_xenapi_sm.py
cinder/volume/drivers/xenapi/lib.py
cinder/volume/drivers/xenapi/sm.py