Alon Bar-Lev has posted comments on this change. Change subject: host-deploy: appropriate message for kdump detection ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/29369/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java: Line 574: new Callable<Boolean>() { public Boolean call() throws Exception { Line 575: if (_vds.isPmKdumpDetection() && !fenceKdumpSupported) { Line 576: _messages.post( Line 577: InstallerMessages.Severity.INFO, Line 578: "Disabling Kdump support" > I prefer previous message (without exclamation): I disagree. we already receive a message from host-deploy. we can remove this message entirely. I left it only as friendly reminder. the fact that detection is enabled does not mean that it is enforced. Line 579: ); Line 580: } Line 581: Line 582: _parser.cliEnvironmentSet( -- To view, visit http://gerrit.ovirt.org/29369 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie10ebdbbc0b5148e4cd6e1b2deb251f96a2f56c7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
