summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-05-31 13:10:33 +0200
committerJon Marius Venstad <venstad@gmail.com>2021-05-31 13:10:33 +0200
commitecdbd088a11be55692baa8ba072648ad651c0d45 (patch)
tree124e7978a2b2bde9c6e422cc0accd16ff6c33ff0 /controller-server
parentf852138662f8c180a8dd083c002853409a645067 (diff)
Update installation-failed-message
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
index e9755b7fd8b..5fe1c70028b 100644
--- a/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
+++ b/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/InternalStepRunner.java
@@ -725,7 +725,7 @@ public class InternalStepRunner implements StepRunner {
updater.accept("invalid application configuration, or timeout of other deployments of the same application");
return;
case installationFailed:
- updater.accept("nodes were not able to start the new Java containers");
+ updater.accept("nodes were not able to upgrade to the new configuration");
return;
case testFailure:
updater.accept("one or more verification tests against the deployment failed");