1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Feature #1224: Fix bug in no snapshot support error message reporting

This commit is contained in:
Jaime Melis 2013-02-21 17:56:15 +01:00
parent 29fc00ea44
commit 1e23b81fe5
6 changed files with 11 additions and 0 deletions

View File

@ -16,5 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for VMware."
exit 1

View File

@ -16,5 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for VMware."
exit 1

View File

@ -16,5 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for VMware."
exit 1

View File

@ -15,6 +15,7 @@
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for Xen."
exit 1

View File

@ -16,5 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for Xen."
exit 1

View File

@ -16,5 +16,7 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
source $(dirname $0)/../../scripts_common.sh
log_error "Snapshotting is not yet supported for Xen."
exit 1