Comment 2 for bug 1983598

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

Reviewed: https://review.opendev.org/c/starlingx/stx-puppet/+/852184
Committed: https://opendev.org/starlingx/stx-puppet/commit/e719b2ef24824052de6aa91632474dee7e828122
Submitter: "Zuul (22348)"
Branch: master

commit e719b2ef24824052de6aa91632474dee7e828122
Author: Tee Ngo <email address hidden>
Date: Thu Aug 4 11:25:07 2022 -0400

    Update postgres config for Debian

    The checkpoint_segments config parameter was deprecated in Postgres9.5.
    It has been replaced by min_wal_size and max_wal_size. This commit
    updates postgres puppet manifest to reflect the change to enable initial
    unlock for system controller as well as standard system in Debian.

    Test Plan:
      - Verify successful bring up of the system controller in CentOS.
      - Verify successful unlock of controller-0 of the system controller
        in Debian.
        Note: at this point, support of duplex system in Debian is not
              available.

    Closes-Bug: 1983598
    Change-Id: Ie277728372393fff259c131227e3cf9f2a7fe42a
    Signed-off-by: Tee Ngo <email address hidden>