mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 08:41:39 +00:00
followup whitespace fixes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f3a483b682
commit
769f187df5
@ -582,7 +582,7 @@ sub phase2 {
|
||||
elsif ($line =~ m/^spice listens on port (\d+)$/) {
|
||||
$spice_port = int($1);
|
||||
}
|
||||
elsif ($line =~ m/^storage migration listens on nbd:(localhost|[\d\.]+|\[[\d\.:a-fA-F]+\]):(\d+):exportname=(\S+) volume:(\S+)$/) {
|
||||
elsif ($line =~ m/^storage migration listens on nbd:(localhost|[\d\.]+|\[[\d\.:a-fA-F]+\]):(\d+):exportname=(\S+) volume:(\S+)$/) {
|
||||
my $volid = $4;
|
||||
my $nbd_uri = "nbd:$1:$2:exportname=$3";
|
||||
my $targetdrive = $3;
|
||||
@ -706,7 +706,7 @@ sub phase2 {
|
||||
my (undef, $proxyticket) = PVE::AccessControl::assemble_spice_ticket($authuser, $vmid, $self->{node});
|
||||
|
||||
my $filename = "/etc/pve/nodes/$self->{node}/pve-ssl.pem";
|
||||
my $subject = PVE::AccessControl::read_x509_subject_spice($filename);
|
||||
my $subject = PVE::AccessControl::read_x509_subject_spice($filename);
|
||||
|
||||
$self->log('info', "spice client_migrate_info");
|
||||
|
||||
@ -991,7 +991,7 @@ sub phase3_cleanup {
|
||||
last if $timer > 50;
|
||||
$timer ++;
|
||||
usleep(200000);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user