]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Nexenta iSCSI driver: Refactor create_cloned_volume
authorVictor Rodionov <vito.ordaz@gmail.com>
Fri, 6 Sep 2013 23:07:11 +0000 (03:07 +0400)
committerVictor Rodionov <vito.ordaz@gmail.com>
Wed, 23 Oct 2013 18:51:02 +0000 (11:51 -0700)
commit4b386ad5cf1ddbc6c8c2c541a96d74311648a607
tree1326ea8211ad776edef84f67a6f404a4cc126bfc
parent727175b33955096ff5d023e26c78770f63ac2696
Nexenta iSCSI driver: Refactor create_cloned_volume

Optimize volume cloning of Nexenta iSCSI driver, current implementation
with zfs send recv may take long time, because it requires data
transferring.

Change-Id: Iaa2eea608e09d0a4ac155b74f964b153de561f4c
cinder/tests/test_nexenta.py
cinder/volume/drivers/nexenta/iscsi.py