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.
|