summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorValerij Fredriksen <freva@users.noreply.github.com>2022-11-03 12:00:27 +0100
committerGitHub <noreply@github.com>2022-11-03 12:00:27 +0100
commit8ba46705190d62bcf9d398407331b1eab807ebd4 (patch)
treed9f53f61217b9509d5d3b43fd9b4adfc06a25043 /flags
parentd76536ad6256ae1dfe780bb9be34e1f4574b13fb (diff)
parent0271c3ee04792a062b75b43ad29c93c0f3811c22 (diff)
Merge pull request #24724 from vespa-engine/freva/cloud-deprovision
Split up DynamicProvisioningMaintainer
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
index 1da70493e44..eaee438e4e9 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -61,7 +61,7 @@ public class PermanentFlags {
"Specifies the resources that ought to be immediately available for additional cluster " +
"allocations. If the resources are not available, additional hosts will be provisioned. " +
"Only applies to dynamically provisioned zones.",
- "Takes effect on next iteration of DynamicProvisioningMaintainer.");
+ "Takes effect on next iteration of HostCapacityMaintainer.");
public static final UnboundIntFlag REBOOT_INTERVAL_IN_DAYS = defineIntFlag(
"reboot-interval-in-days", 15,
@@ -73,7 +73,7 @@ public class PermanentFlags {
"shared-host", SharedHost.createDisabled(), SharedHost.class,
"Specifies whether shared hosts can be provisioned, and if so, the advertised " +
"node resources of the host, the maximum number of containers, etc.",
- "Takes effect on next iteration of DynamicProvisioningMaintainer.");
+ "Takes effect on next iteration of HostCapacityMaintainer.");
public static final UnboundStringFlag HOST_FLAVOR = defineStringFlag(
"host-flavor", "",