Comment 1 for bug 1807724

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

Reviewed: https://review.openstack.org/624784
Committed: https://git.openstack.org/cgit/openstack/stx-metal/commit/?id=4e132af30884d2a81700be0667a7b03cab1d3d94
Submitter: Zuul
Branch: master

commit 4e132af30884d2a81700be0667a7b03cab1d3d94
Author: Eric MacDonald <email address hidden>
Date: Wed Dec 12 08:10:30 2018 -0500

    Mtce: fix hbsClient active monitoring over config reload

    The maintenance process monitor is failing the hbsClient
    process over config or process reload operations.

    The issue relates to the hbsClient's subfunction being
    'last-config' without pmon properly gating the active
    monitoring FSM from starting until the passive monitoring
    phase is complete and in the MANAGE state.

    Test Plan

    PASS: Verify active monitoring failure detection and handling
    PASS: Verify proper process monitoring over pmond config reload
    PASS: Verify proper process monitoring over SIGHUP -> pmond
    PASS: Verify proper process monitoring over SIGUSR2 -> pmond
    PASS: Verify proper process monitoring over process failure recovery
    PASS: Verify pmond regression test soak ; on active and inactive controllers
    PASS: Verify pmond regression test soak ; on compute node
    PASS: Verify pmond regression test soak ; kill/recovery function
    PASS: Verify pmond regression test soak ; restart function
    PASS: Verify pmond regression test soak ; alarming function
    PASS: Verify pmond handles critical process failure with no restart config
    PASS: Verify pmond handles ntpd process failure

    PASS: Verify AIO DX Install
    PASS: Verify AIO DX Inactive Controller process management over Lock/Unlock.

    Change-Id: Ie2fe7b6ce479f660725e5600498cc98f36f78337
    Closes-Bug: 1807724
    Signed-off-by: Eric MacDonald <email address hidden>