From 4d91835f424f1bc333367ab7a7bdc3079782ceaf Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Wed, 1 Jun 2016 18:39:26 +0200 Subject: [PATCH] feature #4488: add monitor and mvds to qcow2 --- install.sh | 1 + src/tm_mad/qcow2/monitor | 1 + src/tm_mad/qcow2/mvds | 20 +------------------- 3 files changed, 3 insertions(+), 19 deletions(-) create mode 120000 src/tm_mad/qcow2/monitor mode change 100755 => 120000 src/tm_mad/qcow2/mvds diff --git a/install.sh b/install.sh index d1e0218f0d..c2d8dcd10b 100755 --- a/install.sh +++ b/install.sh @@ -884,6 +884,7 @@ TM_FS_LVM_FILES="src/tm_mad/fs_lvm/clone \ TM_QCOW2_FILES="src/tm_mad/qcow2/clone \ src/tm_mad/qcow2/delete \ src/tm_mad/qcow2/ln \ + src/tm_mad/qcow2/monitor \ src/tm_mad/qcow2/mkswap \ src/tm_mad/qcow2/mkimage \ src/tm_mad/qcow2/mv \ diff --git a/src/tm_mad/qcow2/monitor b/src/tm_mad/qcow2/monitor new file mode 120000 index 0000000000..cfdd51cf68 --- /dev/null +++ b/src/tm_mad/qcow2/monitor @@ -0,0 +1 @@ +../shared/monitor \ No newline at end of file diff --git a/src/tm_mad/qcow2/mvds b/src/tm_mad/qcow2/mvds deleted file mode 100755 index 03039c9563..0000000000 --- a/src/tm_mad/qcow2/mvds +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -# -------------------------------------------------------------------------- # -# Copyright 2002-2016, 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. # -#--------------------------------------------------------------------------- # - -exit 0 diff --git a/src/tm_mad/qcow2/mvds b/src/tm_mad/qcow2/mvds new file mode 120000 index 0000000000..5d7e4617c5 --- /dev/null +++ b/src/tm_mad/qcow2/mvds @@ -0,0 +1 @@ +../shared/mvds \ No newline at end of file