From 33eed81886f1beca49a17c154d5cdbcde41d3be7 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 25 Sep 2020 19:56:11 +0200 Subject: [PATCH] TT#79100 Add real name for truncated pacemaker process checks This makes it easier to see what is the real name and what it needed to be truncated to. Change-Id: I333b312c1cb980f1cb39d97e2f90a061940edb5b --- templates/411_process-ngcp-pro.yaml.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/411_process-ngcp-pro.yaml.tt2 b/templates/411_process-ngcp-pro.yaml.tt2 index 88d833b..4cb414e 100644 --- a/templates/411_process-ngcp-pro.yaml.tt2 +++ b/templates/411_process-ngcp-pro.yaml.tt2 @@ -11,7 +11,7 @@ process: running: true # We have to use a truncated process name because that's the COMM limit - # on Linux (15 characters). + # on Linux (15 characters). Real name: ngcp-hb-watchdog. ngcp-hb-watchdo: running: [% ha.gcs == 'heartbeat-2' || ha.crm == 'heartbeat-2' && heartbeat.hb_watchdog.enable == 'yes' ? 'true' : 'false' %] @@ -28,7 +28,7 @@ process: running: [% ha.crm == 'pacemaker' ? 'true' : 'false' %] # We have to use a truncated process name because that's the COMM limit - # on Linux (15 characters). + # on Linux (15 characters). Real name: pacemaker-fenced. pacemaker-fence: running: [% ha.crm == 'pacemaker' ? 'true' : 'false' %] @@ -39,12 +39,12 @@ process: running: [% ha.crm == 'pacemaker' ? 'true' : 'false' %] # We have to use a truncated process name because that's the COMM limit - # on Linux (15 characters). + # on Linux (15 characters). Real name: pacemaker-shedulerd. pacemaker-sched: running: [% ha.crm == 'pacemaker' ? 'true' : 'false' %] # We have to use a truncated process name because that's the COMM limit - # on Linux (15 characters). + # on Linux (15 characters). Real name: pacemaker-controld. pacemaker-contr: running: [% ha.crm == 'pacemaker' ? 'true' : 'false' %]