Re: [ovirt-users] Import KVM/libvirt VMs to oVirt 4.1 with External Provider

2017-03-30 Thread Shahar Havivi
When we try to do: vol = conn.storageVolLookupByPath(disk['alias']) e.g: vol = conn.storageVolLookupByPath('/opt/wiki-uat/mediawiki-uat.img') Libvirt raise an error: "libvirtError: Storage volume not found: no storage vol with matching path" e.g.: '/opt/wiki-uat/mediawiki-uat.img' is not exists

Re: [ovirt-users] Import KVM/libvirt VMs to oVirt 4.1 with External Provider

2017-03-30 Thread Pradeep Antil
Hi Shahar , vdsm shows the following errors. Just giving the background how do we created VMs in KVM, All the VMs are created on separate Luns of 100 GB and before creating VMs in KVM we usually format the LUN and then we create VMs on the formatted Lun.In this case we have mount the formatted

Re: [ovirt-users] Import KVM/libvirt VMs to oVirt 4.1 with External Provider

2017-03-30 Thread Shahar Havivi
Sorry for the miss leading message, its suppose to say that some of the selected VMs cannot be imported. This can be due to broken storage disk path or any other Libvirt parsing error. For more details you can look at the vdsm log (/var/log/vdsm/vdsm.log) and see why we failed to parse Libvirt xml

Re: [ovirt-users] Import KVM/libvirt VMs to oVirt 4.1 with External Provider

2017-03-30 Thread Pradeep Antil
Hi Team, While importing VMs with external Provider KVM on my oVirt setup, i am getting the below error: "All chosen VMs couldn't be retrieved by the external system and therefore have been filtered. Please see log for details. As per Shahar suggestion yesterday i was able to view the virtual