5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-08 21:18:03 +03:00

live-restore: add another comment for efidisk special case just to be sure

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-01 12:57:11 +02:00
parent 6f94e1625b
commit 9de049b0ad

View File

@ -6449,7 +6449,7 @@ sub restore_proxmox_backup_archive {
my $conf = PVE::QemuConfig->load_config($vmid);
die "cannot do live-restore for template\n" if PVE::QemuConfig->is_template($conf);
delete $devinfo->{'drive-efidisk0'};
delete $devinfo->{'drive-efidisk0'}; # this special drive is already restored before start
pbs_live_restore($vmid, $conf, $storecfg, $devinfo, $repo, $keyfile, $pbs_backup_name);
PVE::QemuConfig->remove_lock($vmid, "create");