Skip to content

Commit

Permalink
Merge pull request #6089 from yalzhang/fix_managedsave_addtional_vms
Browse files Browse the repository at this point in the history
Clean the env before vm clone
  • Loading branch information
Yingshun authored Jan 16, 2025
2 parents 151182c + 36fe18f commit 768f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/virsh_cmd/domain/virsh_managedsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,5 +538,5 @@ def build_vm_xml(vm_name, **dargs):
if multi_guests:
for i in range(int(multi_guests)):
virsh.remove_domain("%s_%s" % (vm_name, i),
"--remove-all-storage",
"--remove-all-storage --nvram",
debug=True)

0 comments on commit 768f339

Please sign in to comment.