[pve-devel] [PATCH] spice migration

Alexandre DERUMIER aderumier at odiso.com
Wed Jul 24 07:59:37 CEST 2013


ok, I will try that.


----- Mail original ----- 

De: "Dietmar Maurer" <dietmar at proxmox.com> 
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com 
Envoyé: Mardi 23 Juillet 2013 19:45:04 
Objet: RE: [pve-devel] [PATCH] spice migration 

> > + if($conf->{vga} eq 'qxl'){ 
> > + my $res = PVE::QemuServer::vm_mon_cmd($vmid, 'query-spice'); 
> > + push @$cmd, '--spiceticket', $res->{ticket} if $res->{ticket}; 
> > + } 
> > + 
> 
> Using passwords/ticktes on the command line is a bad idea, because any 
> system user can see it with a simple "ps auxww", so we want to avoid that. 
> 
> Maybe we can add a new sub-command to the migration tunnel ( 'qm 
> mtunnel')? 

Just had a better idea - we can simply read the spice ticket from STDIN on 'qm start'. 



More information about the pve-devel mailing list