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 27, 2024
1 parent 6b8c599 commit ea7a2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
variants cert_configuration:
- no_client_cert_on_src:
cert_path = "${custom_pki_path}/client-cert.pem"
err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}"
err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}|job 'migration out' failed: Cannot read from TLS channel: Software caused connection abort"
- no_server_cert_on_target:
cert_path = "${custom_pki_path}/server-cert.pem"
err_msg = "unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}"
Expand Down

0 comments on commit ea7a2d4

Please sign in to comment.