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:
parent
0bdf560cff
commit
323ab5baa8
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user