Comment 5 for bug 1850207

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

Reviewed: https://review.opendev.org/692129
Committed: https://git.openstack.org/cgit/starlingx/ansible-playbooks/commit/?id=e1fc12b54252588dbf5fffd61a5a1dae2956eee0
Submitter: Zuul
Branch: master

commit e1fc12b54252588dbf5fffd61a5a1dae2956eee0
Author: Ovidiu Poncea <email address hidden>
Date: Wed Oct 30 14:49:30 2019 +0200

    Reduce postgres and backup filesystem sizes

    Since openstack is a separate application we reduce the preallocated
    size for the postgresql database and for the backup filesystems.
    Currently postgres fs allocation is 40G for disk size greater than
    240G and 20G for disk size between 240G - 186G inclusive.

    This commit cuts these defaults in half:
     o postgresql will be 20G for large disk size and 10G for small disk
       size by default.
     o backup filesystem will be adjusted to 25G and 20G respectively to
       reflect the reduction of postgres fs allocation.

    Change-Id: Ic2273f67300d73f26579981cdca2832de1e8ab2f
    Closes-Bug: 1850207
    Depends-On: I87ce7b90c8d9b28f230ea7a42122215e2dacfc9b
    Signed-off-by: Ovidiu Poncea <email address hidden>