Stop creating guestServer.conf /etc/pmon.d link

The maintenance guestServer daemon has been deprecated for quite
some time.

However, that deprecation process left the kickstarts creating a
dangling link to a missing guestServer.conf in the /etc/pmon.d
directory.

Pmon just ignores the missing process so there is no service impact.

This update cleans this up by removing the code in the kickstarts
that create the dangling link.

Test Plan:

PASS: Verify the guestServer.conf dangling link no longer exists
      in worker nodes.
PASS: Verify pmond.log makes no mention of the deprecated guestServer
      process.

Closes-Bug: 2051389
Change-Id: I89a62d939194c65c86e3cf71b238698eb2ee97ed
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
Eric MacDonald 2024-01-30 14:41:41 +00:00
parent 25bb6a1dbf
commit 5a3a5ce8ea
2 changed files with 0 additions and 2 deletions

View File

@ -3170,7 +3170,6 @@ if [ "${worker}" = true ] ; then
ln -s /usr/share/starlingx/pmon.d/containerd.conf ${IMAGE_ROOTFS}/etc/pmon.d/containerd.conf
ln -s /usr/share/starlingx/pmon.d/docker.conf ${IMAGE_ROOTFS}/etc/pmon.d/docker.conf
ln -s /usr/share/starlingx/pmon.d/fsmon.conf ${IMAGE_ROOTFS}/etc/pmon.d/fsmon.conf
ln -s /usr/share/starlingx/pmon.d/guestServer.conf ${IMAGE_ROOTFS}/etc/pmon.d/guestServer.conf
ln -s /usr/share/starlingx/pmon.d/hbsClient.conf ${IMAGE_ROOTFS}/etc/pmon.d/hbsClient.conf
ln -s /usr/share/starlingx/pmon.d/isolcpu_plugin.conf ${IMAGE_ROOTFS}/etc/pmon.d/isolcpu_plugin.conf
ln -s /usr/share/starlingx/pmon.d/lmon.conf ${IMAGE_ROOTFS}/etc/pmon.d/lmon.conf

View File

@ -3134,7 +3134,6 @@ if [ "${worker}" = true ] ; then
ln -s /usr/share/starlingx/pmon.d/containerd.conf ${IMAGE_ROOTFS}/etc/pmon.d/containerd.conf
ln -s /usr/share/starlingx/pmon.d/docker.conf ${IMAGE_ROOTFS}/etc/pmon.d/docker.conf
ln -s /usr/share/starlingx/pmon.d/fsmon.conf ${IMAGE_ROOTFS}/etc/pmon.d/fsmon.conf
ln -s /usr/share/starlingx/pmon.d/guestServer.conf ${IMAGE_ROOTFS}/etc/pmon.d/guestServer.conf
ln -s /usr/share/starlingx/pmon.d/hbsClient.conf ${IMAGE_ROOTFS}/etc/pmon.d/hbsClient.conf
ln -s /usr/share/starlingx/pmon.d/isolcpu_plugin.conf ${IMAGE_ROOTFS}/etc/pmon.d/isolcpu_plugin.conf
ln -s /usr/share/starlingx/pmon.d/lmon.conf ${IMAGE_ROOTFS}/etc/pmon.d/lmon.conf