From e70c68438228a66f6519328212ce4dc3faa5a0e7 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 18 May 2026 08:10:36 +0200 Subject: [PATCH] feat: Prevent VM start after restore from backup or snapshot (#865) * feat: Prevent VM start after restore from backup or snapshot Related to: https://github.com/harvester/harvester/issues/10422 Related to: https://github.com/harvester/harvester/pull/10480 Signed-off-by: Volker Theile * feat: Prevent VM start after restore from backup or snapshot Related to: https://github.com/harvester/harvester/issues/10422 Related to: https://github.com/harvester/harvester/pull/10480 Signed-off-by: Volker Theile --------- Signed-off-by: Volker Theile --- .../edit/harvesterhci.io.virtualmachinebackup.vue | 9 +++++++++ pkg/harvester/edit/harvesterhci.io.vmsnapshot.vue | 10 ++++++++++ pkg/harvester/l10n/en-us.yaml | 2 ++ 3 files changed, 21 insertions(+) diff --git a/pkg/harvester/edit/harvesterhci.io.virtualmachinebackup.vue b/pkg/harvester/edit/harvesterhci.io.virtualmachinebackup.vue index 00b93e55..99e7f7d6 100644 --- a/pkg/harvester/edit/harvesterhci.io.virtualmachinebackup.vue +++ b/pkg/harvester/edit/harvesterhci.io.virtualmachinebackup.vue @@ -254,15 +254,24 @@ export default { v-if="restoreNewVm" v-model:value="restoreResource.spec.keepMacAddress" type="checkbox" + class="check mb-20" :label="t('harvester.backup.restore.keepMacAddress')" /> + +