fix bug #769: migrate: use -p on 'zfs send' to include properties
This commit is contained in:
committed by
Dietmar Maurer
parent
0bdf560cff
commit
323ab5baa8
@ -510,7 +510,7 @@ sub storage_migrate {
|
|||||||
|
|
||||||
my $snap = "zfs snapshot $zfspath\@__migration__";
|
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__";
|
my $destroy_target = "ssh root\@$target_host zfs destroy $zfspath\@__migration__";
|
||||||
run_command($snap);
|
run_command($snap);
|
||||||
|
|||||||
@ -2,6 +2,8 @@ libpve-storage-perl (4.0-27) unstable; urgency=medium
|
|||||||
|
|
||||||
* allow to choose content type for local storage
|
* 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
|
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Oct 2015 06:54:09 +0200
|
||||||
|
|
||||||
libpve-storage-perl (4.0-26) unstable; urgency=medium
|
libpve-storage-perl (4.0-26) unstable; urgency=medium
|
||||||
|
|||||||
Reference in New Issue
Block a user