Comment 2 for bug 1986972

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nfv (master)

Reviewed: https://review.opendev.org/c/starlingx/nfv/+/853677
Committed: https://opendev.org/starlingx/nfv/commit/1861fe9af8929c668c2ee50670173a6dee9cc673
Submitter: "Zuul (22348)"
Branch: master

commit 1861fe9af8929c668c2ee50670173a6dee9cc673
Author: Al Bailey <email address hidden>
Date: Thu Aug 18 15:35:17 2022 +0000

    Increase sysinv API timeout from 45 to 60 seconds

    When the VIM issues a sysinv command, it will terminate the thread
    and report a 'timed out' for the plugin activity if the command
    takes longer than 45 seconds.

    Under heavy load (10 hosts patching in parallel) sysinv can take longer
    than 45 seconds to generate the hieradata for an unlock, and therefore
    the patch strategy can fail.

    This fix bumps the value up to 60.

    Any future improvements will focus on speeding up the generation
    of sysinv hieradata.

    Closes-Bug: 1986972
    Signed-off-by: Al Bailey <email address hidden>
    Change-Id: I1dbb6f1e3c5529de9199dea8453f32e954da2f51