1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-26 10:03:37 +03:00

vCenter VMM broken pipe failure fixed (#2276)

This commit is contained in:
Sergio Semedi Barranco 2018-07-11 11:19:01 +02:00 committed by Tino Vázquez
parent 4462ba55b8
commit 7207094c39
2 changed files with 22 additions and 1 deletions

View File

@ -1 +0,0 @@
../common/dummy.sh

View File

@ -0,0 +1,20 @@
#!/bin/sh
# -------------------------------------------------------------------------- #
# Copyright 2002-2018, OpenNebula Project, OpenNebula Systems #
# #
# 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. #
#--------------------------------------------------------------------------- #
cat -
exit 0

View File

@ -16,6 +16,8 @@
# limitations under the License. #
# ---------------------------------------------------------------------------- #
input = STDIN.read
ONE_LOCATION=ENV["ONE_LOCATION"] if !defined?(ONE_LOCATION)
if !ONE_LOCATION