Skip to content

Commit

Permalink
Merge pull request autotest#5468 from cliping/update-msg
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
chloerh authored Feb 28, 2024
2 parents ed64d62 + a735412 commit 7b444d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libvirt/tests/cfg/migration/migrate_vm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
variants:
- copy_storage_inc:
virsh_options = "--live --verbose --copy-storage-inc"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported|error: Operation not supported: pre-creation of storage target .* for incremental storage migration of .* is not supported"
- backing_file_with_copy_storage_inc:
create_target_image = "no"
setup_nfs = "yes"
Expand All @@ -770,7 +770,7 @@
check_disk_size_cmd = "qemu-img info ${new_disk_source}"
local_image_source = "${new_disk_source}"
virsh_options = "--live --verbose --copy-storage-inc"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported|error: Operation not supported: pre-creation of storage target .* for incremental storage migration of .* is not supported"
- mutually_exclusive_options:
create_target_image = "yes"
virsh_options = "--live --persistent --verbose --copy-storage-all --copy-storage-inc"
Expand All @@ -790,7 +790,7 @@
virsh_options = "--live --verbose --persistent --copy-storage-all"
- copy_storage_inc:
virsh_options = "--live --verbose --persistent --copy-storage-inc"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported"
err_msg = "error: Operation not supported: pre-creation of storage targets for incremental storage migration is not supported|error: Operation not supported: pre-creation of storage target .* for incremental storage migration of .* is not supported"
- cache_mode:
only without_postcopy
nfs_mount_dir =
Expand Down

0 comments on commit 7b444d5

Please sign in to comment.