Merge pull request #11595 from ieQu1/dev/dont-prevent-overlapping-partitions
fix(distribution): Set prevent_overlapping_partitions to false
This commit is contained in:
commit
69d17f981d
|
@ -221,6 +221,16 @@ fields("cluster") ->
|
|||
sc(
|
||||
?R_REF(cluster_k8s),
|
||||
#{}
|
||||
)},
|
||||
{"prevent_overlapping_partitions",
|
||||
sc(
|
||||
boolean(),
|
||||
#{
|
||||
mapping => "vm_args.-kernel prevent_overlapping_partitions",
|
||||
desc => ?DESC(prevent_overlapping_partitions),
|
||||
default => false,
|
||||
importance => ?IMPORTANCE_HIDDEN
|
||||
}
|
||||
)}
|
||||
];
|
||||
fields(cluster_static) ->
|
||||
|
|
|
@ -801,4 +801,7 @@ Defaults to 100000."""
|
|||
node_channel_cleanup_batch_size.label:
|
||||
"""Node Channel Cleanup Batch Size"""
|
||||
|
||||
prevent_overlapping_partitions.desc:
|
||||
"""https://www.erlang.org/doc/man/global.html#description"""
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue