[pve-devel] [PATCH guest-common] AbstractMigrate: remove unused	obsolete variables
    Thomas Lamprecht 
    t.lamprecht at proxmox.com
       
    Wed Sep 13 10:40:52 CEST 2017
    
    
  
---
 PVE/AbstractMigrate.pm | 3 ---
 1 file changed, 3 deletions(-)
diff --git a/PVE/AbstractMigrate.pm b/PVE/AbstractMigrate.pm
index 5fa17ba..17fdb5d 100644
--- a/PVE/AbstractMigrate.pm
+++ b/PVE/AbstractMigrate.pm
@@ -107,9 +107,6 @@ my $eval_int = sub {
     };
 };
 
-my @ssh_opts = ('-o', 'BatchMode=yes');
-my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts);
-
 # FIXME: nodeip is now unused
 sub migrate {
     my ($class, $node, $nodeip, $vmid, $opts) = @_;
-- 
2.11.0
    
    
More information about the pve-devel
mailing list