aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-07-04 13:45:16 +0200
committerHarald Musum <musum@yahooinc.com>2023-07-04 13:45:16 +0200
commit25a2ec59a6fd3ff51150ec66ebf7bfd04eadc5b1 (patch)
tree01cc87f66275ef07f162e504c378d9ff1bf1f28c /config-model/src/main/resources/schema/content.rnc
parent011fd0328ca9f309f952d22f5c14721b6ed80a16 (diff)
Change config for cluster controller to use min groups up
max-groups-allowed-down -> min-group-up-ratio
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index a73236454c6..9705e2d8f5f 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -82,7 +82,7 @@ ClusterControllerTuning = element cluster-controller {
element stable-state-period { xsd:string { pattern = "([0-9\.]+)\s*([a-z]+)?" } }? &
element min-distributor-up-ratio { xsd:double }? &
element min-storage-up-ratio { xsd:double }? &
- element max-groups-allowed-down { xsd:nonNegativeInteger }?
+ element min-group-up-ratio { xsd:double }?
}
DispatchTuning = element dispatch {