---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();


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to