4829df2966
Adds a new command_timeout_factor argument to the agent client _command method with a default value of 1, and sets the install_bootloader command to send a value of 2 to extend the timeout factor to give the agent time to complete its work before giving up on installing the bootloader and automatically retrying. Change-Id: Iab72903c3d30b0ae5b80a5115fc635179869eeee Story: 2007483 Task: 39201
9 lines
393 B
YAML
9 lines
393 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an agent command issue in the bootloader installation process that
|
|
can present itself as a connection timeout under heavy IO load conditions.
|
|
Now installation commands have an internal timeout which is double the
|
|
conductor wide ``[agent]command_timeout``. For more information, see
|
|
bug `2007483 <https://storyboard.openstack.org/#!/story/2007483>`_.
|