5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-23 17:34:34 +03:00

fix bug #769: migrate: use -p on 'zfs send' to include properties

This commit is contained in:
Wolfgang Bumiller 2015-10-15 09:41:09 +02:00 committed by Dietmar Maurer
parent 0bdf560cff
commit 323ab5baa8
2 changed files with 3 additions and 1 deletions

View File

@ -510,7 +510,7 @@ sub storage_migrate {
my $snap = "zfs snapshot $zfspath\@__migration__";
my $send = "zfs send -v $zfspath\@__migration__ \| ssh root\@$target_host zfs recv $zfspath";
my $send = "zfs send -pv $zfspath\@__migration__ \| ssh root\@$target_host zfs recv $zfspath";
my $destroy_target = "ssh root\@$target_host zfs destroy $zfspath\@__migration__";
run_command($snap);

View File

@ -2,6 +2,8 @@ libpve-storage-perl (4.0-27) unstable; urgency=medium
* allow to choose content type for local storage
* fix bug #769: migrate: use -p on 'zfs send' to include properties
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 06:54:09 +0200
libpve-storage-perl (4.0-26) unstable; urgency=medium