Nir Soffer has posted comments on this change.

Change subject: vm: Update device after migration
......................................................................


Patch Set 2: Verified-1

(1 comment)

http://gerrit.ovirt.org/#/c/37236/2/vdsm/virt/vm.py
File vdsm/virt/vm.py:

Line 3597:                 diskType = "block" if srcDrive.blockDev else "file"
Line 3598: 
Line 3599:                 try:
Line 3600:                     self._updateDisk(diskType, "disk", 
dstDiskCopy["path"],
Line 3601:                                      srcDrive.name)
This does not work, tested with ide, virtio and virtio-scsi.
Line 3602:                 except Exception:
Line 3603:                     self.log.exception("Error updating device after "
Line 3604:                                        "replication")
Line 3605:                     self.pause(pauseCode='EOTHER')


-- 
To view, visit http://gerrit.ovirt.org/37236
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie8c86cab2035d24f87ddcdb46797d70d965d3d60
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to