mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
Remove uneeded tm_vmfs.conf
This commit is contained in:
parent
2cbbaf9bef
commit
29279a5289
@ -909,7 +909,6 @@ TM_VMFS_FILES="src/tm_mad/vmfs/clone \
|
||||
src/tm_mad/vmfs/mv \
|
||||
src/tm_mad/vmfs/context \
|
||||
src/tm_mad/vmfs/mvds \
|
||||
src/tm_mad/vmfs/tm_vmfs.conf \
|
||||
src/tm_mad/vmfs/postmigrate \
|
||||
src/tm_mad/vmfs/premigrate"
|
||||
|
||||
|
@ -39,7 +39,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Retrieve needed information, set dst path and dir
|
||||
|
@ -39,7 +39,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Retrieve needed information, set dst path and dir
|
||||
|
@ -39,7 +39,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
DST_PATH=`arg_path $DST`
|
||||
DST_HOST=`arg_host $DST`
|
||||
|
@ -37,7 +37,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Retrieve needed information, set dst path and dir
|
||||
|
@ -40,7 +40,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Retrieve needed information, set dst path and dir
|
||||
|
@ -39,7 +39,6 @@ else
|
||||
fi
|
||||
|
||||
. $TMCOMMON
|
||||
source $(dirname $0)/tm_vmfs.conf
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Retrieve needed information, set dst path and dir
|
||||
|
@ -1,20 +0,0 @@
|
||||
# -------------------------------------------------------------------------- #
|
||||
# Copyright 2002-2012, OpenNebula Project Leads (OpenNebula.org) #
|
||||
# #
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
|
||||
# not use this file except in compliance with the License. You may obtain #
|
||||
# a copy of the License at #
|
||||
# #
|
||||
# http://www.apache.org/licenses/LICENSE-2.0 #
|
||||
# #
|
||||
# Unless required by applicable law or agreed to in writing, software #
|
||||
# distributed under the License is distributed on an "AS IS" BASIS, #
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
|
||||
# See the License for the specific language governing permissions and #
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# Whether the TM VMware driver should use to invoke the VMFS native commands
|
||||
# * remote API calls (value set to "no")
|
||||
# * ssh connection (value set to "yes")
|
||||
TM_USE_SSH=no
|
Loading…
x
Reference in New Issue
Block a user