sureshanaparti commented on issue #8819: URL: https://github.com/apache/cloudstack/issues/8819#issuecomment-2160096692
@pcfriek1987 The default result wait timeout was 120 secs (2 mins), so the connection was dropped. The same can be noticed from your journal logs. ``` Mar 21 14:03:28 sshd[2790590]: Accepted password for root from IP port 44740 ssh2 Mar 21 14:03:28 sshd[2790590]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0) Mar 21 14:03:28 systemd-logind[897]: New session 601 of user root. Mar 21 14:03:28 systemd[1]: Started session-601.scope - Session 601 of User root. Mar 21 14:03:28 sshd[2790590]: pam_env(sshd:session): deprecated reading of user environment enabled Mar 21 14:05:28 sshd[2790590]: Received disconnect from IP port 44740:11: Closed due to user request. ``` The copy timeout can be configured through the new config introduced in this PR: #9213 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
