[pve-devel] [qemu-server] Qemu implement migration on replicated storage.

Dietmar Maurer dietmar at proxmox.com
Wed Jun 14 10:10:11 CEST 2017


> @@ -848,13 +877,21 @@ sub phase3 {
>      my $volids = $self->{volumes};
>      return if $self->{phase2errors};
>  
> +    my $rep_cfg = PVE::ReplicationConfig->new();
> +    my $new_target = $self->{opts}->{node};


Why $self->{opts}->{node} ? (instead of $self->{node})




More information about the pve-devel mailing list