mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
bcd319feb3
commit
a2caade29a
@ -108,7 +108,7 @@ SNAP_CREATE_CMD=$(cat <<EOF
|
||||
set -e -o pipefail
|
||||
|
||||
if virsh -c $LIBVIRT_URI domfsfreeze $DEPLOY_ID ; then
|
||||
trap "virsh -c $LIBVIRT_URI domfsthaw $DEPLOY_ID" EXIT
|
||||
trap "virsh -c $LIBVIRT_URI domfsthaw $DEPLOY_ID || true" EXIT
|
||||
fi
|
||||
|
||||
RBD="${RBD}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user