LSB_RC_TEMPLATE_REQUEST_DELAY

For LSF resource connector. The amount of time that LSF waits before repeating a request for a template, in minutes, if the ebrokerd daemon encountered certain provider errors in a previous request.

Syntax

LSB_RC_TEMPLATE_REQUEST_DELAY=integer

Description

This parameter takes effect if the ebrokerd daemon encounters one of the following provider errors when requesting a template from the host provider API:
  • InsufficientAddressCapacity: Not enough available addresses to satisfy the minimum request.
  • InsufficientCapacity: Not enough capacity to satisfy the import instance request.
  • InsufficientInstanceCapacity: Not enough instance capacity available to satisfy the request.
  • InsufficientHostCapacity: Not enough capacity to satisfy the dedicated host request.
  • InsufficientReservedInstanceCapacity: Not enough available reserved instances to satisfy the minimum request.
As of Fix Pack 14, this parameter takes effect if the VPC Gen 2 (IBM Cloud Gen 2) API return instance status fails with the following capacity status reason codes:
  • cannot_start_capacity
  • cannot_start_compute
  • cannot_start_ip_address
  • cannot_start_network
  • cannot_start_placement_group
  • cannot_start_storage

Run badmin mbdrestart for any change to take effect.

Example

LSB_RC_TEMPLATE_REQUEST_DELAY=20

Default

10