Skip to content

Commit

Permalink
migration: Update error message
Browse files Browse the repository at this point in the history
Signed-off-by: lcheng <[email protected]>
  • Loading branch information
cliping committed Feb 26, 2024
1 parent 724ff47 commit a735412
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 a735412

Please sign in to comment.