From f7f8cc042f60ca4189b2f471223217126def7dd7 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Fri, 25 Jan 2019 14:52:38 -0500 Subject: [PATCH] Mtce: Add new Link Monitor daemon to Mtce example patch rpm This update adds the new Link Monitor 'lmond' process to the list of processes in the EXAMPLE_MTCE patching rpm so that when maintenance is patched lmond will be restarted like all the other mtce processes. Change-Id: I717aaab99ad058a5b77a555768201d7cf471b579 Story: 2002823 Task: 28635 Depends-On: https://review.openstack.org/#/c/633264 Signed-off-by: Eric MacDonald --- patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example b/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example index 19db6990..d7a76287 100644 --- a/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example +++ b/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example @@ -34,7 +34,7 @@ declare -i GLOBAL_RC=$PATCH_STATUS_OK mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond rmond fsmond hwmond hostwd lmond \ guestServer guestAgent if [ $? -ne 0 ] ; then