fix: Add prevent_overlappiing_partitions to vm_args

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
ieQu1 2023-09-12 20:01:56 +02:00 committed by GitHub
parent 1a86c21e20
commit b41310af9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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