]> git.proxmox.com Git - mirror_qemu.git/blobdiff - nbd/client.c
migration/postcopy: mis->have_listen_thread check will never be touched
[mirror_qemu.git] / nbd / client.c
index b9dc829175f9eb3e8a70bcad1a08d22f367317a2..f6733962b49b0d12bf47a978afa12d53ff70db92 100644 (file)
@@ -204,6 +204,7 @@ static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply,
     case NBD_REP_ERR_TLS_REQD:
         error_setg(errp, "TLS negotiation required before option %" PRIu32
                    " (%s)", reply->option, nbd_opt_lookup(reply->option));
+        error_append_hint(errp, "Did you forget a valid tls-creds?\n");
         break;
 
     case NBD_REP_ERR_UNKNOWN: