Alon Bar-Lev has posted comments on this change. Change subject: core: Configure fence_kdump during host deploy ......................................................................
Patch Set 4: (2 comments) http://gerrit.ovirt.org/#/c/28386/4/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 572: InstallerMessages.Severity.WARNING, Line 573: "Kdump detection is not supported by host!" Line 574: ); Line 575: } Line 576: you must split these into two... you so the mechanism wait for prompt. but please at 1st just get the supported. and at 2nd perform the logic. I mean 1st should only contain: fenceKdumpSupported = (Boolean)_parser.cliEnvironmentGet(KdumpEnv.SUPPORTED); Line 577: _parser.cliEnvironmentSet( Line 578: KdumpEnv.ENABLE, Line 579: _vds.isPmKdumpDetection() && fenceKdumpSupported Line 580: ); http://gerrit.ovirt.org/#/c/28386/4/pom.xml File pom.xml: Line 69: <dozer.version>5.2.0</dozer.version> Line 70: <cxf.version>2.2.7</cxf.version> Line 71: <sshd-core.version>0.11.0</sshd-core.version> Line 72: <otopi.version>1.2.0</otopi.version> Line 73: <ovirt-host-deploy.version>1.2.2</ovirt-host-deploy.version> it will be 1.3 I think, and probably as this enters so early we should add the sonatype snapshots repo. Line 74: <org.ovirt.engine.api.ovirt-engine-extensions-api.version>0.0.0-SNAPSHOT</org.ovirt.engine.api.ovirt-engine-extensions-api.version> Line 75: <slf4j.version>1.7.5</slf4j.version> Line 76: <gwt.version>2.5.1</gwt.version> Line 77: <findbugs.version>2.5.2</findbugs.version> -- To view, visit http://gerrit.ovirt.org/28386 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idc12188588a6a35b8f03d26a9ee5ea55898943df Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[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
