Type maint:RunMode


Maintenance operation happens in sets, where the size of the set is specified by trig:Window:concurCap of a window. This type specifies run mode of a scheduler after it has performed maintenance operation on a set.

Constants
pauseOnlyOnFailures 0 Pause upon upgrade failure Pause the scheduler upon a failure of maintenance operation.
pauseAlwaysBetweenSets 1 Pause in between set of upgrades Pause the scheduler after running a maintenance set irrespective of upgrade status of nodes in the set.
pauseNever 2 Do not pause on failure and do not wait on cluster health Do not pause the scheduler after a maintenance set, irrespective of upgrade status of nodes in the set.
DEFAULT pauseOnlyOnFailures(0) Pause upon upgrade failure Pause the scheduler upon a failure of maintenance operation.