Dan Kenigsberg has submitted this change and it was merged. Change subject: misc: remove recoveryCallback from watchCmd ......................................................................
misc: remove recoveryCallback from watchCmd Trying to kill an old process on recovery became obsolete since the introduction of deathSignal. Even more, considering that the recovery may happen on a different host, killProcRollback had a really little chance to succeed. Change-Id: I9ebbcdb10882ac031712d107485560883c4720a9 Signed-off-by: Federico Simoncelli <[email protected]> Reviewed-on: http://gerrit.ovirt.org/26872 Reviewed-by: Saggi Mizrahi <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/utils.py M tests/miscTests.py M vdsm/storage/blockVolume.py M vdsm/storage/misc.py M vdsm/storage/volume.py 5 files changed, 14 insertions(+), 49 deletions(-) Approvals: Saggi Mizrahi: Looks good to me, but someone else must approve Federico Simoncelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/26872 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ebbcdb10882ac031712d107485560883c4720a9 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[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
