1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-24 02:03:52 +03:00

feature #4488: add monitor and mvds to qcow2

This commit is contained in:
Javi Fontan 2016-06-01 18:39:26 +02:00
parent 9fbda25b7b
commit 4d91835f42
3 changed files with 3 additions and 19 deletions

View File

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

1
src/tm_mad/qcow2/monitor Symbolic link
View File

@ -0,0 +1 @@
../shared/monitor

View File

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

1
src/tm_mad/qcow2/mvds Symbolic link
View File

@ -0,0 +1 @@
../shared/mvds