Change in ovirt-engine[master]: core: prevent npe when vm disappears from vdsm

Arik Hadas has submitted this change and it was merged. Change subject: core: prevent npe when vm disappears from vdsm ...................................................................... core: prevent npe when vm disappears from vdsm VmInternalData is set to null for a VM that disappeared from the host and is not reported by VDSM. In this case the VM should be monitored in the getAllStats cycle, so returning 'true' in VdsManager#shouldUpdateVmStatus and prevent NPE. Change-Id: I048866e03ae8b25d5b67e6b1be78046166c92217 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, but someone else must approve Jenkins CI: Looks good to me, but someone else must approve; Passed CI tests Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/42468 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I048866e03ae8b25d5b67e6b1be78046166c92217 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Barak Azulay <bazulay@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <mskrivan@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
ahadas@redhat.com