LSB_PLAN_KEEP_RESERVE

Specifies whether to keep the resource reservations for jobs with plans, even if the plan is no longer valid, until the next round of job plans are ready.

Syntax

LSB_PLAN_KEEP_RESERVE=Y|y|N|n

Description

Enabling this parameter prevents LSF from releasing resource reservations if the job plan becomes invalid (for example, because the host is down). If LSF releases the resource reservations, LSF might dispatch other jobs before the jobs with plans, even if the jobs with plans have a higher priority.

If LSB_PLAN_KEEP_RESERVE is set to Y|y, LSF keeps resource reservations for jobs with plans, even if the plan is no longer valid, until LSF creates new plans based on updated resource availability.

If LSB_PLAN_KEEP_RESERVE is set to N|n, LSF releases the resource reservations for jobs with plans that are no longer valid.

Default

N.