Skip to content

Commit 067328e

Browse files
authored
Adds cpu mode check workaround (#349)
Adding workarounds config to skip cpu checks during destination check and startup. This allows for enabling of these checks to allow live-migration to work smoothly.
1 parent f1c686f commit 067328e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm-configs.example/nova/nova-helm-overrides.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,9 @@ conf:
14721472
placement:
14731473
auth_type: password
14741474
auth_version: v3
1475+
workarounds:
1476+
skip_cpu_compare_at_startup: false
1477+
skip_cpu_compare_on_dest: false
14751478
logging:
14761479
loggers:
14771480
keys:

0 commit comments

Comments
 (0)