From c4c2eb2c42bd7a134b6ea71a0d2db9005b5c5ee0 Mon Sep 17 00:00:00 2001 From: Valerij Fredriksen Date: Wed, 2 Nov 2022 21:56:36 +0100 Subject: Remove references to DynamicProvisioningMaintainer --- flags/src/main/java/com/yahoo/vespa/flags/PermanentFlags.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flags/src/main') 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", "", -- cgit v1.2.3