Francesco Romani has posted comments on this change. Change subject: v2v: add mount windows iso drivers ......................................................................
Patch Set 2: (1 comment) https://gerrit.ovirt.org/#/c/42128/2/vdsm/v2v.py File vdsm/v2v.py: Line 49: _jobs = {} Line 50: Line 51: _V2V_DIR = os.path.join(P_VDSM_RUN, 'v2v') Line 52: _VIRT_V2V = CommandPath('virt-v2v', '/usr/bin/virt-v2v') Line 53: _WIN_DRIVER_DIR = '/usr/share/virtio-win' > Its the only place that virt-v2v is looking for and its written in the man Fine for me Line 54: Line 55: ImportProgress = namedtuple('ImportProgress', Line 56: ['current_disk', 'disk_count', 'description']) Line 57: DiskProgress = namedtuple('DiskProgress', ['progress']) -- To view, visit https://gerrit.ovirt.org/42128 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6d4d19a63dcf338f8d48f8e757d6a35ef92d6d54 Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
