fix: Remove migrateable property (#18)
This commit is contained in:
parent
2862a14363
commit
fdff3518e2
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ if [[ "$KVM" != [Nn]* ]]; then
|
||||||
|
|
||||||
if [ -z "$CPU_MODEL" ]; then
|
if [ -z "$CPU_MODEL" ]; then
|
||||||
CPU_MODEL="host"
|
CPU_MODEL="host"
|
||||||
CPU_FEATURES="$CPU_FEATURES,migratable=no"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue