From b41310af9caad669843e83be70bf2361bb34147f Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:01:56 +0200 Subject: [PATCH] fix: Add prevent_overlappiing_partitions to vm_args Co-authored-by: Thales Macedo Garitezi --- apps/emqx_conf/src/emqx_conf_schema.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_conf/src/emqx_conf_schema.erl b/apps/emqx_conf/src/emqx_conf_schema.erl index b97293544..d8a0c635f 100644 --- a/apps/emqx_conf/src/emqx_conf_schema.erl +++ b/apps/emqx_conf/src/emqx_conf_schema.erl @@ -226,7 +226,7 @@ fields("cluster") -> sc( boolean(), #{ - mapping => "kernel.prevent_overlapping_partitions", + mapping => "vm_args.-kernel prevent_overlapping_partitions", desc => ?DESC(prevent_overlapping_partitions), default => false, importance => ?IMPORTANCE_HIDDEN