We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346e491 commit 40b5737Copy full SHA for 40b5737
tools/xen/build_domU.sh
@@ -230,7 +230,7 @@ xe sr-param-set uuid=$SR_UUID other-config:i18n-key=local-storage
230
# Shutdown previous runs
231
DO_SHUTDOWN=${DO_SHUTDOWN:-1}
232
if [ "$DO_SHUTDOWN" = "1" ]; then
233
- # Uninstall previous runs
+ # Shutdown all domU's that created previously
234
xe vm-list --minimal name-label="$LABEL" | xargs ./scripts/uninstall-os-vpx.sh
235
236
# Destroy any instances that were launched
0 commit comments