Ayal Baron has posted comments on this change.

Change subject: Enable VM migration to old vdsm's.
......................................................................


Patch Set 3: Code-Review+1

(2 comments)

....................................................
File vdsm/storage/blockSD.py
Line 1035:         try:
Line 1036:             os.symlink(imgPath, dst)
Line 1037:         except OSError as e:
Line 1038:             if e.errno == errno.EEXIST:
Line 1039:                 self.log.debug("path to img directory already 
exists: %s", dst)
s/img/image/
Line 1040:             else:
Line 1041:                 self.log.error("Failed to create path to img dir: 
%s", dst)
Line 1042:                 raise
Line 1043:         return dst


Line 1037:         except OSError as e:
Line 1038:             if e.errno == errno.EEXIST:
Line 1039:                 self.log.debug("path to img directory already 
exists: %s", dst)
Line 1040:             else:
Line 1041:                 self.log.error("Failed to create path to img dir: 
%s", dst)
ditto
Line 1042:                 raise
Line 1043:         return dst
Line 1044: 
Line 1045:     def createImageLinks(self, srcImgPath, imgUUID, volUUIDs):


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia778ad743a11b4c1d212857d8f25c81eb4c0defe
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Eduardo <ewars...@redhat.com>
Gerrit-Reviewer: Ayal Baron <aba...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Eduardo <ewars...@redhat.com>
Gerrit-Reviewer: Gadi Ickowicz <gicko...@redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykap...@redhat.com>
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