Comment 2 for bug 2051389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to metal (master)

Reviewed: https://review.opendev.org/c/starlingx/metal/+/907213
Committed: https://opendev.org/starlingx/metal/commit/5a3a5ce8ea77f840c416361caf47fbed98485ac4
Submitter: "Zuul (22348)"
Branch: master

commit 5a3a5ce8ea77f840c416361caf47fbed98485ac4
Author: Eric MacDonald <email address hidden>
Date: Tue Jan 30 14:41:41 2024 +0000

    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 <email address hidden>