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:
parent
09c9e6a266
commit
322bc4194a
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user