Igor Lvovsky has posted comments on this change. Change subject: Return domXml and its md5 per VM. ......................................................................
Patch Set 1: (4 inline comments) .................................................... File vdsm/libvirtvm.py Line 29: from hashlib import md5 I'll use hash() instead Line 1356: vm.Vm.status(self) Done Line 1358: # _lastXMLDesc created at the end of LibvirtVM object creation lastXMLDesc doesn't created in __init__. But I can do some refactoring Line 1367: stats['domxmlMD5'] = md5(self._lastXMLDesc).hexdigest() Done -- To view, visit http://gerrit.ovirt.org/235 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5b3a97fa998d0f52ebe752024c62b8ec16c32c78 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
