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:
parent
29fc00ea44
commit
1e23b81fe5
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user