]>
git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-windows: Enable Windows event log collection
The Windows event log collection was failing due `ssh_exec` abruptly
closing the connection, because the default timeout of `30 secs` was exceeded.
This change re-enables the Windows event log collection by increasing the
SSH timeout to `30 minutes`.
Additionally, the `ssh_exec` function is updated to print an appropriate
error message when SSH timeout is exceeded.
Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com>