]> git.proxmox.com Git - pve-guest-common.git/commit
AbstractMigrate: remove unused rsync and scp remainders
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Mar 2017 16:57:01 +0000 (17:57 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 8 Mar 2017 11:42:32 +0000 (12:42 +0100)
commit581332b275e165ad6e7ec80c8183b656071376e8
tree38605ebd76a0645a60040c535de716d711d18a32
parentff436540551abee563198eaadf86ceba8aaff194
AbstractMigrate: remove unused rsync and scp remainders

We have no call using rsync_cmd or scp_cmd here or any child class.
The only part where rsync is used is in the
PVE::Storage::storage_migrate call, but here both the command and the
RSYNC_RSH environment variable gets assembled there locally, so clean
this up here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/AbstractMigrate.pm