Dan Kenigsberg has submitted this change and it was merged. Change subject: fencing: Skip fencing if host is maintaining its lease ......................................................................
fencing: Skip fencing if host is maintaining its lease 1) Adds fencingPolicy parameter to fenceNode API call. The parameter is optional, but it's supposed to be used in oVirt >= 3.5. 2) fencingPolicy parameter can contain storageDomainHostIdMap, which is a map of storage domains and host ids 3) If clusterlock reports that host is live on at least one of specified storage domains, the fence agent execution is skipped and host is considered alive Change-Id: I7b1fd9521cebea28d0402e53d46d74b95e73f383 Bug-Url: https://bugzilla.redhat.com/1090799 Signed-off-by: Martin Perina <[email protected]> Reviewed-on: http://gerrit.ovirt.org/30762 Reviewed-by: Oved Ourfali <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/API.py M vdsm/rpc/BindingXMLRPC.py M vdsm/rpc/vdsmapi-schema.json 3 files changed, 89 insertions(+), 12 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Martin Peřina: Verified Dan Kenigsberg: Looks good to me, approved Oved Ourfali: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/30762 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7b1fd9521cebea28d0402e53d46d74b95e73f383 Gerrit-PatchSet: 10 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Peřina <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
