Itamar Heim has submitted this change and it was merged.
Change subject: engine: Fix a possible NPE when the user removes stale policy unit
......................................................................
engine: Fix a possible NPE when the user removes stale policy unit
When the external scheduler is in use and some plugin disappears,
the plugin is still visible (in disabled form) in the Manage
Policy Units dialog. If the user tries to remove it it has to
work correctly and not raise NPE.
Change-Id: I5fa617af3363ec1d71cf8f0a25af43be4b141067
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1065914
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/SchedulingManager.java
1 file changed, 16 insertions(+), 4 deletions(-)
Approvals:
Martin Sivák: Verified
Gilad Chaplik: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/25308
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5fa617af3363ec1d71cf8f0a25af43be4b141067
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Kobi Ianko <kobi(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server