mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-09 15:47:04 +00:00
parent
4ec05c4cc3
commit
907ea89128
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.3
|
||||
|
||||
VERSION=2.3
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=4
|
||||
PKGREL=5
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -3539,7 +3539,7 @@ sub restore_update_config_line {
|
||||
print $outfd "$id: $netstr\n";
|
||||
} elsif ($line =~ m/^((ide|scsi|virtio|sata)\d+):\s*(\S+)\s*$/) {
|
||||
my $virtdev = $1;
|
||||
my $value = $2;
|
||||
my $value = $3;
|
||||
if ($line =~ m/backup=no/) {
|
||||
print $outfd "#$line";
|
||||
} elsif ($virtdev && $map->{$virtdev}) {
|
||||
|
@ -1,3 +1,9 @@
|
||||
qemu-server (2.3-5) unstable; urgency=low
|
||||
|
||||
* fix bug #307: correctly restore disk settings
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Mon, 07 Jan 2013 06:48:48 +0100
|
||||
|
||||
qemu-server (2.3-4) unstable; urgency=low
|
||||
|
||||
* qmrestore vma files: when restoring to same VMID, only remove volumes
|
||||
|
Loading…
Reference in New Issue
Block a user