Stop VM before removing

This commit is contained in:
Joshua Boniface 2021-06-14 21:44:17 -04:00
parent 23318524b9
commit 7b85d5e3f3
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ _pvc storage volume remove --yes testing testerX
_pvc storage pool remove --yes testing
# Remove the VM
_pvc vm stop --yes testX
_pvc vm remove --yes testX
time_end=$(date +%s)