summaryrefslogtreecommitdiffstats
path: root/flags/src/main
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@yahooinc.com>2022-11-02 21:56:36 +0100
committerValerij Fredriksen <valerijf@yahooinc.com>2022-11-02 22:02:28 +0100
commitc4c2eb2c42bd7a134b6ea71a0d2db9005b5c5ee0 (patch)
tree2875b3d9f46f263159b050883bf57cee3b5fcde3 /flags/src/main
parentd939ca00c4c4acc07374c7d862f892fe702cc328 (diff)
Remove references to DynamicProvisioningMaintainer
Diffstat (limited to 'flags/src/main')
-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 4ea67ccdc73..c41539ba93a 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java
@@ -55,7 +55,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,
@@ -67,7 +67,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", "",