Comment 9 for bug 1837919

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to upstream (r/stx.2.0)

Reviewed: https://review.opendev.org/681255
Committed: https://git.openstack.org/cgit/starlingx/upstream/commit/?id=2b42ddf7d176f6d92ab08cd1d586c8eccc494f5f
Submitter: Zuul
Branch: r/stx.2.0

commit 2b42ddf7d176f6d92ab08cd1d586c8eccc494f5f
Author: Bin Qian <email address hidden>
Date: Tue Sep 10 09:23:42 2019 -0400

    Extend timeout for the kubectl cmds in dbmon

    In AIO-DX, during the swact, dbmon experiences kubectl commands
    respond slower than expected. dbmon reports error while the kubectl
    commands not responding within 5 seconds, the 5 seconds timeout is too
    short.

    Extend the timeout to 10 seconds, to avoid reporting unnecessary error.

    This changes originally merged into master from review below.
    https://review.opendev.org/#/c/680499/
    Note that the file has been reloacated in the master branch.

    Change-Id: I243a751437e7e2910f0fb3ae31b2facc4b7b74ab
    Closes-Bug: 1837919
    Signed-off-by: Bin Qian <email address hidden>