mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
tm_ssh is now the default Transfer Manager
git-svn-id: http://svn.opennebula.org/one/trunk@270 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
d64ea5dc95
commit
ebc50c248f
@ -136,8 +136,17 @@ VM_MAD = [
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
TM_MAD = [
|
||||
name = "tm_nfs",
|
||||
name = "tm_ssh",
|
||||
executable = "bin/one_tm",
|
||||
arguments = "etc/tm_nfs/tm_nfs.conf",
|
||||
default = "etc/tm_nfs/tm_nfs.conf" ]
|
||||
arguments = "etc/tm_ssh/tm_ssh.conf",
|
||||
default = "etc/tm_ssh/tm_ssh.conf" ]
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# NFS Transfer Manager Driver sample configuration
|
||||
#-------------------------------------------------------------------------------
|
||||
# TM_MAD = [
|
||||
# name = "tm_nfs",
|
||||
# executable = "bin/one_tm",
|
||||
# arguments = "etc/tm_nfs/tm_nfs.conf",
|
||||
# default = "etc/tm_nfs/tm_nfs.conf" ]
|
||||
#-------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user