Skip to content

Commit

Permalink
migrate_vm: Fixup umount failure
Browse files Browse the repository at this point in the history
To avoid clearing the nfs environment twice, clear storage_type in
the test to skip setup/cleanup nfs parts.

Signed-off-by: Yingshun Cui <[email protected]>
  • Loading branch information
Yingshun committed Nov 5, 2024
1 parent 3eb5346 commit 25a28fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/cfg/migration/migrate_vm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
client_user = "root"
client_pwd = "${migrate_source_pwd}"
start_vm = "no"
storage_type =
transport = "ssh"
port = "22"
client = "ssh"
start_vm = "no"
ssh_port = "${port}"
# setup NFS test environment
nfs_client_ip = "${server_ip}"
Expand Down

0 comments on commit 25a28fa

Please sign in to comment.