Skip to content

Commit

Permalink
Merge pull request #6127 from cliping/tls
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
Yingshun authored Jan 14, 2025
2 parents 9c6d613 + 8fc7dfe commit dc2b424
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}|job 'migration out' failed: Cannot read from TLS channel: Software caused connection abort"
err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}|Cannot read from TLS channel"
- 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 dc2b424

Please sign in to comment.