[pve-devel] [PATCH v2 qemu-server 7/8] migrate: add remote migration handling

Fabian Ebner f.ebner at proxmox.com
Tue Nov 30 14:57:01 CET 2021


---snip---

Am 11.11.21 um 15:07 schrieb Fabian Grünbichler:
> @@ -1070,7 +1530,7 @@ sub phase2 {
>       };
>       $self->log('info', "migrate-set-parameters error: $@") if $@;
>   
> -    if (PVE::QemuServer::vga_conf_has_spice($conf->{vga})) {
> +    if (PVE::QemuServer::vga_conf_has_spice($conf->{vga} && !$self->{opts}->{remote})) {

Found while testing: misplaced parenthesis.

>   	my $rpcenv = PVE::RPCEnvironment::get();
>   	my $authuser = $rpcenv->get_user();
>   





More information about the pve-devel mailing list