Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#855922, fix attribute error during migration ......................................................................
BZ#855922, fix attribute error during migration VM migration rhev-3.0 -> rhev-3.1 raises AttributeError because of setting read-only attribute blockDev on Device object. So, here we skip read-only properties. Signed-off-by: Peter V. Saveliev <[email protected]> Change-Id: I1cd2ffaa3221f37af968df38ba8bcd285e25122d Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=855922 --- M vdsm/vm.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8186 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1cd2ffaa3221f37af968df38ba8bcd285e25122d Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Peter V. Saveliev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Peter V. Saveliev <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
