Merge pull request #11595 from ieQu1/dev/dont-prevent-overlapping-partitions

fix(distribution): Set prevent_overlapping_partitions to false
This commit is contained in:
ieQu1 2023-09-13 14:22:34 +02:00 committed by GitHub
commit 69d17f981d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -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) ->

View File

@ -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"""
}