1
0
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:
Tino Vazquez 2012-10-29 17:18:35 +01:00
parent 2cbbaf9bef
commit 29279a5289
8 changed files with 0 additions and 27 deletions

View File

@ -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"

View File

@ -39,7 +39,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
#-------------------------------------------------------------------------------
# Retrieve needed information, set dst path and dir

View File

@ -39,7 +39,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
#-------------------------------------------------------------------------------
# Retrieve needed information, set dst path and dir

View File

@ -39,7 +39,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
DST_PATH=`arg_path $DST`
DST_HOST=`arg_host $DST`

View File

@ -37,7 +37,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
#-------------------------------------------------------------------------------
# Retrieve needed information, set dst path and dir

View File

@ -40,7 +40,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
#-------------------------------------------------------------------------------
# Retrieve needed information, set dst path and dir

View File

@ -39,7 +39,6 @@ else
fi
. $TMCOMMON
source $(dirname $0)/tm_vmfs.conf
#-------------------------------------------------------------------------------
# Retrieve needed information, set dst path and dir

View File

@ -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