]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Assisted volume migration for Oracle ZFSSA drivers
authorkedar-vidvans <kedar.vidvans@oracle.com>
Fri, 7 Aug 2015 21:23:46 +0000 (17:23 -0400)
committerkedar-vidvans <kedar.vidvans@oracle.com>
Mon, 24 Aug 2015 20:03:31 +0000 (16:03 -0400)
commit884f33365e815a8ae7f593d06e3233ae9474b746
treea333c7f19684cd35298329a3be43f8a70d391241
parentaf3a73e720a970ff080cd4f77caebe06216b1f3a
Assisted volume migration for Oracle ZFSSA drivers

The Oracle ZFSSA drivers will migrate the volume directly from the
source host to the destination host if both hosts are configured
with Oracle ZFSSA. This type of volume migration will bypass the
cinder host and will directly transfer the volume to the destination
backend.

The ZFSSA iSCSI driver will use zfssa's remote replication service
to move the the volume to the destination zfssa.

Implements: blueprint oracle-zfssa-volume-migration
Change-Id: I4de8108e3c6c0969c83e87eac139f04b4fe8c7ac
cinder/tests/unit/test_zfssa.py
cinder/volume/drivers/zfssa/zfssaiscsi.py
cinder/volume/drivers/zfssa/zfssanfs.py
cinder/volume/drivers/zfssa/zfssarest.py