Skip to content

Commit

Permalink
Merge pull request #1006 from harvester/mergify/bp/release-harvester-…
Browse files Browse the repository at this point in the history
…v1.2/pr-980

Change default eviction strategy to LiveMigrateIfPossible (backport #980)
  • Loading branch information
torchiaf authored May 2, 2024
2 parents 9b5a1de + bcb2eae commit 3f1d03a
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 @@ -247,7 +247,7 @@ export default class VirtVm extends HarvesterResource {
},
features: { acpi: { enabled: true } }
},
evictionStrategy: 'LiveMigrate',
evictionStrategy: 'LiveMigrateIfPossible',
hostname: '',
networks: [
{
Expand Down

0 comments on commit 3f1d03a

Please sign in to comment.