mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
vzdump: restore sata drives correctly
This commit is contained in:
parent
c46eccbfc1
commit
4dac70e576
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.2
|
||||
|
||||
VERSION=2.0
|
||||
PACKAGE=qemu-server
|
||||
PKGREL=65
|
||||
PKGREL=66
|
||||
|
||||
DESTDIR=
|
||||
PREFIX=/usr
|
||||
|
@ -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/) {
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user