mirror of
				https://git.proxmox.com/git/qemu-server
				synced 2025-10-31 03:17:01 +00:00 
			
		
		
		
	Revert "revert spice_ticket prefix change in 7827de4"
This reverts commit ff09c795ed. We wanted to wait
until PVE 7.0 for the change to not break migration new -> old until then.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Reviewed-by: Stefan Reiter <s.reiter@proxmox.com>
			
			
This commit is contained in:
		
							parent
							
								
									e41fb93e17
								
							
						
					
					
						commit
						692f604bb0
					
				| @ -839,9 +839,8 @@ sub phase2 { | ||||
|     my $unix_socket_info = {}; | ||||
|     # version > 0 for unix socket support | ||||
|     my $nbd_protocol_version = 1; | ||||
|     # TODO change to 'spice_ticket: <ticket>\n' in 7.0 | ||||
|     my $input = $spice_ticket ? "$spice_ticket\n" : "\n"; | ||||
|     $input .= "nbd_protocol_version: $nbd_protocol_version\n"; | ||||
|     my $input = "nbd_protocol_version: $nbd_protocol_version\n"; | ||||
|     $input .= "spice_ticket: $spice_ticket\n" if $spice_ticket; | ||||
| 
 | ||||
|     my @online_replicated_volumes = $self->filter_local_volumes('online', 1); | ||||
|     foreach my $volid (@online_replicated_volumes) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Fabian Ebner
						Fabian Ebner