]> git.proxmox.com Git - qemu-server.git/commitdiff
vzdump: restore sata drives correctly
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Nov 2012 06:48:42 +0000 (07:48 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 2 Nov 2012 06:48:42 +0000 (07:48 +0100)
Makefile
PVE/QemuServer.pm
changelog.Debian

index 63df882cd177eec40bf9d67a25eeadc896f4aad8..28b411cf5d835571a34120c4aa3e8ccf0b14c2e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.2
 
 VERSION=2.0
 PACKAGE=qemu-server
-PKGREL=65
+PKGREL=66
 
 DESTDIR=
 PREFIX=/usr
index 2cb7deb5b522ccfc8adbabeb4ec43c8e6743df87..1fc144f7b8135838c6859e9184be45079c2d6599 100644 (file)
@@ -3545,7 +3545,7 @@ sub restore_archive {
                $net->{macaddr} = PVE::Tools::random_ether_addr() if $net->{macaddr};
                $netstr = print_net($net);
                print $outfd "$id: $netstr\n";
-           } elsif ($line =~ m/^((ide|scsi|virtio)\d+):\s*(\S+)\s*$/) {
+           } elsif ($line =~ m/^((ide|scsi|virtio|sata)\d+):\s*(\S+)\s*$/) {
                my $virtdev = $1;
                my $value = $2;
                if ($line =~ m/backup=no/) {
index 1d3dac15c61c658b880f9c87a9a64f9d7fbd8167..5435cd51aeb0262f040c0a83c6c47aaa4fbbe398 100644 (file)
@@ -1,3 +1,9 @@
+qemu-server (2.0-66) unstable; urgency=low
+
+  * vzdump: restore sata drives correctly
+
+ -- Proxmox Support Team <support@proxmox.com>  Fri, 02 Nov 2012 07:43:16 +0100
+
 qemu-server (2.0-65) unstable; urgency=low
 
   * remove hardcoded blowfish cipher