summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-02-23 12:07:47 +0100
committerJon Bratseth <bratseth@gmail.com>2022-02-23 12:07:47 +0100
commitca1e4bcc5ca4493853d6ab0ccd20cc8ebc5d8ee6 (patch)
treec5bc305db29d7fab4a2f433bd8fae3fe2a0bfef3 /controller-server
parentd12289f968bb970ea9aa4de93defaadba8ebfa55 (diff)
Make comment more general
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 d656e8c1fc8..f89e262aac2 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
@@ -813,7 +813,7 @@ public class InternalStepRunner implements StepRunner {
controller.notificationsDb().removeNotification(source, Notification.Type.deployment);
return;
case nodeAllocationFailure:
- if ( ! run.id().type().environment().isTest()) updater.accept("lack of capacity. Please contact the Vespa team to request more!");
+ if ( ! run.id().type().environment().isTest()) updater.accept("could not allocate the requested capacity to your tenant. Contact Vespa Cloud support.");
return;
case deploymentFailed:
updater.accept("invalid application configuration, or timeout of other deployments of the same application");