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

Don’t create virsh domain snapshot metadata. REFS#5145

Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
Kristian Feldsam 2017-05-08 21:09:14 +02:00 committed by Javi Fontan
parent 09c9e6a266
commit 322bc4194a

View File

@ -143,7 +143,7 @@ if virsh -c $LIBVIRT_URI domfsfreeze $DEPLOY_ID ; then
trap "virsh -c $LIBVIRT_URI domfsthaw $DEPLOY_ID" EXIT TERM INT HUP
fi
virsh -c $LIBVIRT_URI snapshot-create $DEPLOY_ID --disk-only --atomic \
virsh -c $LIBVIRT_URI snapshot-create $DEPLOY_ID --disk-only --atomic --no-metadata \
--xmlfile \$FILENAME
rm \${FILENAME}