Skip to content

Commit

Permalink
Change default eviction strategy to LiveMigrateIfPossible
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Kuehl <[email protected]>
  • Loading branch information
Connor Kuehl committed Mar 29, 2024
1 parent 80a06e6 commit b0ced5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class HciVmTemplateVersion extends HarvesterResource {
},
features: { acpi: { enabled: true } },
},
evictionStrategy: 'LiveMigrate',
evictionStrategy: 'LiveMigrateIfPossible',
hostname: '',
networks: [{
name: 'default',
Expand Down
2 changes: 1 addition & 1 deletion pkg/harvester/models/kubevirt.io.virtualmachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export default class VirtVm extends HarvesterResource {
},
features: { acpi: { enabled: true } }
},
evictionStrategy: 'LiveMigrate',
evictionStrategy: 'LiveMigrateIfPossible',
hostname: '',
networks: [
{
Expand Down

0 comments on commit b0ced5d

Please sign in to comment.