
Tal Nisan has submitted this change and it was merged. Change subject: core: Don't configure kdump when PM is disabled ...................................................................... core: Don't configure kdump when PM is disabled Kudmp integration is enabled by default for new host. But there's no sense to configure kdump integration without PM enabled. So this patch disable kdump integration during host deploy if PM is disabled. Change-Id: Ib05b2ce0ae512787f7b5d113f3a4ee1a1f05544b Bug-Url: https://bugzilla.redhat.com/1126854 Signed-off-by: Martin Perina <mperina@redhat.com> (cherry picked from commit 0e2d74c41f76089de1b3a145d7ca75fc7a4d1c81) --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Martin Peřina: Verified Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31899 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib05b2ce0ae512787f7b5d113f3a4ee1a1f05544b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server