<div dir="ltr">Hi,<div><br></div><div>I have a question about python-SDK for Ovirt Engine API. When creating a new VM from a template in Clone/Independent-mode, I&#39;m not unable to select storage domain for the new disk. It seems like it always get created on the same disk at the template. I can move the disk after creation but it&#39;s a little bit time consuming.</div><div><br></div><div>Example:</div><div><br></div><div>vm_params = params.VM ( name = vm_name, cluster = api.clusters.get ( &quot;Cluster-1&quot; ), template = api.templates.get ( &quot;RHEL7&quot; ), storage_domain = api.storagedomains.get ( &quot;iscsi1&quot; ), disks = params.Disks ( clone = True ) )</div><div><br></div><div>try:</div><div>       api.vms.add ( vm_params )</div><div>except Exception, e:</div><div>       raise SystemExit ( &quot;Could not create VM from template: %s&quot; % (  e ) )</div><div><div><br></div><div>The VM is added correctly but the disk is located on iscsi0 ( the same as the template ). </div><div><br></div><div>Have anybody an idea how to get this sorted out? </div><div><br></div><div>Best regards, </div><div>Philip<br></div>
</div></div>