Dan Kenigsberg has submitted this change and it was merged. Change subject: Implement __hash__ for mount objects ......................................................................
Implement __hash__ for mount objects mount.Mount.__eq__ is already defined, so we should have __hash__ as well to make Mount properly hashable. Change-Id: I771eff8c87a1f4f96dd7e743af69f6c941ac7180 --- M vdsm/storage/mount.py 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1691 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I771eff8c87a1f4f96dd7e743af69f6c941ac7180 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
