We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd41ad commit 2cec3dcCopy full SHA for 2cec3dc
1 file changed
tools/xen/build_domU.sh
@@ -229,6 +229,7 @@ xe vm-list --minimal name-label="$LABEL" | xargs ./scripts/uninstall-os-vpx.sh
229
# Destroy any instances that were launched
230
for uuid in `xe vm-list | grep -1 instance | grep uuid | sed "s/.*\: //g"`; do
231
echo "Shutting down nova instance $uuid"
232
+ xe vm-unpause uuid=$uuid || true
233
xe vm-shutdown uuid=$uuid
234
xe vm-destroy uuid=$uuid
235
done
0 commit comments