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

Feature #1224: Return proper hypervisor_id to the core

This commit is contained in:
Jaime Melis 2013-02-20 15:20:10 +01:00
parent a1f7b431cb
commit 73a36f77dd

View File

@ -24,3 +24,6 @@ NAME="$2"
exec_and_log "virsh --connect $LIBVIRT_URI snapshot-create-as $DOMAIN $NAME" \
"Could not create snapshot $NAME for domain $DOMAIN."
echo "$NAME"
exit 0