From eca8e103b679169004a5c3442b12690bed412030 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Sat, 16 Mar 2019 19:28:08 -0400 Subject: [PATCH] Remove Resource Monitor ; aka rmon, from the load All rmon resource monitoring has been moved to collectd. This update removes rmon from mtce and the load. Story: 2002823 Task: 30045 Test Plan: PASS: Build and install a standard system. PASS: Inspect mtce rpm list PASS: Inspect logs PASS: Check pmon.d Depends-On: https://review.openstack.org/#/c/643739 Change-Id: I1cee4a534171b3c5fa93f3cbc04beaeaf744d161 Signed-off-by: Eric MacDonald --- patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example | 2 +- .../test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script | 2 +- .../test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script | 2 +- .../test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script | 2 +- .../test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example b/patch-scripts/EXAMPLE_MTCE/scripts/mtce-restart-example index d7a76287..3ac5f809 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 lmond \ + pmond fsmond hwmond hostwd lmond \ guestServer guestAgent if [ $? -ne 0 ] ; then diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script index 2e922f48..af11441d 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_A/scripts/restart-script @@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script index 81d1f5c7..fcd7e985 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_C/scripts/restart-script @@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script index 9beac8c5..f6bab9f3 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_E/scripts/restart-script @@ -36,7 +36,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed" diff --git a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script index 586fe67e..a4f79911 100644 --- a/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script +++ b/patch-scripts/test-patches-suite-b/SUITE_B_PATCH_F/scripts/restart-script @@ -44,7 +44,7 @@ bash -x /usr/local/sbin/patch-restart-mtce \ mtcalarmd mtclogd \ hbsAgent hbsClient \ mtcAgent mtcClient \ - pmond rmond fsmond hwmond hostwd \ + pmond fsmond hwmond hostwd \ guestServer guestAgent if [ $? -ne 0 ] ; then loginfo "Mtce patching restart failed"