File pacemaker-pengine-start-failure-is-fatal-help.patch of Package pacemaker.14737
commit c2d3affa21ad897ad32eb7db4cca95616963e22b
Author: Ken Gaillot <kgaillot@redhat.com>
Date: Thu Jun 22 20:48:22 2017 -0500
Low: PE: update start-failure-is-fatal help
previously referred to long-deprecated resource-failure-stickiness option
diff --git a/lib/pengine/common.c b/lib/pengine/common.c
index cd27561c7..446b7f0dd 100644
--- a/lib/pengine/common.c
+++ b/lib/pengine/common.c
@@ -95,7 +95,7 @@ pe_cluster_option pe_opts[] = {
{ "maintenance-mode", NULL, "boolean", NULL, "false", &check_boolean,
"Should the cluster monitor resources and start/stop them as required", NULL },
{ "start-failure-is-fatal", NULL, "boolean", NULL, "true", &check_boolean, "Always treat start failures as fatal",
- "This was the old default. However when set to FALSE, the cluster will instead use the resource's failcount and value for resource-failure-stickiness" },
+ "When set to TRUE, the cluster will immediately ban a resource from a node if it fails to start there. When FALSE, the cluster will instead check the resource's fail count against its migration-threshold." },
{ "enable-startup-probes", NULL, "boolean", NULL, "true", &check_boolean,
"Should the cluster check for active resources during startup", NULL },