]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-windows: Enable Windows event log collection 2116/head
authorIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Thu, 16 Feb 2023 17:43:13 +0000 (19:43 +0200)
committerIonut Balutoiu <ibalutoiu@cloudbasesolutions.com>
Thu, 16 Feb 2023 17:43:58 +0000 (19:43 +0200)
commit2222d4bdd3ad3f9579ac7c7d11708d3f93c1f0c0
tree133ab42a04f00ee0bdc6810af967b83d243f8d0c
parent65ac373473147698f875b871dbb9102a6041db4f
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>
scripts/build_utils.sh
scripts/ceph-windows/run_tests