Alon Bar-Lev has posted comments on this change. Change subject: bll: host-deploy: print correct paths in error message ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/29439/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsCommand.java: Line 284: Line 285: protected String getErrorMessage(String msg) { Line 286: return !StringUtils.isEmpty(msg) ? msg : String.format( Line 287: "Please refer to %1$s/engine.log and log logs under %1$s/ovirt-engine/host-deploy/ for further details.", Line 288: EngineLocalConfig.getInstance().getLogDir() > my problem was with the filename , before that on fail deploy we got full p you get a proper message with log file if exists, this message is a fallback generic message. Line 289: ); Line 290: } Line 291: Line 292: @SuppressWarnings("serial") -- To view, visit http://gerrit.ovirt.org/29439 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9e494ef19083485d9c75f839df2fce884916374e 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: Oved Ourfali <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[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
