Shahar Havivi has posted comments on this change. Change subject: v2v: filter out Xen VMs with block storage ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/62368/1/lib/vdsm/v2v.py File lib/vdsm/v2v.py: Line 901: ''' Line 902: Currently we do not support importing VMs with block device from Line 903: Xen on Rhel 5.x Line 904: ''' Line 905: if conn.getURI().startswith(_XEN_SSH_PROTOCOL): > elsewhere below we are using Done Line 906: return len(root.findall('.//disk[@type="block"]')) == 0 Line 907: return True Line 908: Line 909: -- To view, visit https://gerrit.ovirt.org/62368 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I84512f54f9949640a568a444dd7eeb78db852134 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Tomas Golembiovsky <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
