]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
optimize the copy_image_to_volume method of sheepdogdriver
authorzhangsong <zhangsong@cmss.chinamobile.com>
Sat, 24 Oct 2015 16:47:47 +0000 (00:47 +0800)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 28 Oct 2015 09:14:02 +0000 (09:14 +0000)
commitf241c492959d4430dfd27e698bd0c79e322ff78b
treef14869d7743248f011d2a55b805a41b6ff225001
parent99dc6d34754954a27f6998406a94743c41b93981
optimize the copy_image_to_volume method of sheepdogdriver

the current copy_image_to_volume method of sheepdogdriver can only
write the image file to local sheepdog, with this patch, it supports
write image file to remote sheepdog node.

Closes-Bug: #1509910
Change-Id: I5084ef2c048439ad8b9d6ae56ce8cccaadc26262
cinder/volume/drivers/sheepdog.py