summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-11-01 08:55:55 +0100
committerGitHub <noreply@github.com>2018-11-01 08:55:55 +0100
commit08d60ee8e27259b936821b80d7f0f89f99d44d56 (patch)
treea01a49cf3be5ab1d69dd3a961b8e6cec05951046 /orchestrator-restapi
parentea4900aa266ec8e3e55b9fbc98d9b20b6eb61995 (diff)
Revert "Revert "Enforce CC timeouts in Orchestrator [4]""
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostSuspensionApi.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostSuspensionApi.java b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostSuspensionApi.java
index 603d6a1adac..9535096af4f 100644
--- a/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostSuspensionApi.java
+++ b/orchestrator-restapi/src/main/java/com/yahoo/vespa/orchestrator/restapi/HostSuspensionApi.java
@@ -22,13 +22,9 @@ public interface HostSuspensionApi {
String PATH_PREFIX = "/v1/suspensions/hosts";
/**
- * Ask for permission to temporarily suspend all services on a set of hosts.
+ * Ask for permission to temporarily suspend all services on a set of hosts (nodes).
*
- * See HostApi::suspend for semantics of suspending a host.
- *
- * On failure, it tries to resume ALL hosts. It needs to try to resume all hosts because any or all hosts
- * may have been suspended in an earlier attempt. Ending with resumption of all hosts makes sure other
- * batch-requests for suspension of hosts succeed.
+ * See HostApi::suspend for semantics of suspending a node.
*/
@PUT
@Path("/{hostname}")