Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#741203 Use cached node id if SPM is active ......................................................................
BZ#741203 Use cached node id if SPM is active Do not invalidate the metadata cache if the node is the SPM and it is active. This will prevent the getStoragePoolInfo call to be stuck when the domain is unreachable and at the same time won't break the fix for BZ#733909. In the patch: * add the attribute isSPM to the StoragePool class * the SPM never requires to invalidate the cache Change-Id: Iee15c4b35a415e9ea460b1ce6a4afa14d147ed8d --- M vdsm/storage/blockSD.py M vdsm/storage/fileSD.py M vdsm/storage/sp.py M vdsm/storage/spm.py 4 files changed, 34 insertions(+), 35 deletions(-) Approvals: Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.usersys.redhat.com/1004 To unsubscribe, visit http://gerrit.usersys.redhat.com/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee15c4b35a415e9ea460b1ce6a4afa14d147ed8d Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Ayal Baron Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo Warszawski <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
