fix: Add prevent_overlappiing_partitions to vm_args
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
1a86c21e20
commit
b41310af9c
|
@ -226,7 +226,7 @@ fields("cluster") ->
|
||||||
sc(
|
sc(
|
||||||
boolean(),
|
boolean(),
|
||||||
#{
|
#{
|
||||||
mapping => "kernel.prevent_overlapping_partitions",
|
mapping => "vm_args.-kernel prevent_overlapping_partitions",
|
||||||
desc => ?DESC(prevent_overlapping_partitions),
|
desc => ?DESC(prevent_overlapping_partitions),
|
||||||
default => false,
|
default => false,
|
||||||
importance => ?IMPORTANCE_HIDDEN
|
importance => ?IMPORTANCE_HIDDEN
|
||||||
|
|
Loading…
Reference in New Issue