<div style="white-space:pre-wrap">Turbo,<br><br>First, trying to understand why you are trying to create a new driver for Mitaka. New drivers need to go into the latest release. More information can be found here: <a href="https://wiki.openstack.org/wiki/Cinder/how-to-contribute-a-driver">https://wiki.openstack.org/wiki/Cinder/how-to-contribute-a-driver</a><br><br>Second, there really isn't any other way with Python, that I know of, other than making changes and restarting. That is just kind of the way that Python works.<br><br>Third, it sounds to me like you are not getting the image you want to copy to the volume node where you are running properly. Unless the image you are copying is on the same backing storage it needs to be mounted on the control node and then dd'ed, or something similar, into an image you have created on your backend.<br><br>Hope this helps<br><br>Jay</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 15, 2016 at 3:24 PM Turbo Fredriksson <<a href="mailto:turbo@bayour.com">turbo@bayour.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Jul 15, 2016, at 9:33 PM, Turbo Fredriksson wrote:<br>
<br>
> Is there a simpler way to do this?<br>
<br>
<br>
A followup question on that: I'm using a remote SAN<br>
and I've gotten the creation/deletion/iSCSI share/unshare<br>
on that to work just fine.<br>
<br>
However, when creating a volume from an image, the driver<br>
fails on copying the image to the volume. Which is kind'a<br>
obvious I guess, it's not (yet?) available on localhost..<br>
<br>
I was thinking about login to the target, copy the<br>
image onto the device that's created.<br>
<br>
But that just don't seem to be a very .. "nice" way to<br>
do it.. Is there a better one?<br>
--<br>
Med ett schysst järnrör slår man hela världen med häpnad<br>
- Sockerconny<br>
<br>
<br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div>