[pve-devel] applied: [PATCH guest-common] AbstractMigrate: remove unused obsolete variables

Wolfgang Bumiller w.bumiller at proxmox.com
Wed Sep 20 12:40:21 CEST 2017


applied

On Wed, Sep 13, 2017 at 10:40:52AM +0200, Thomas Lamprecht wrote:
> ---
>  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