Comment 4 for bug 1791170

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

Reviewed: https://review.openstack.org/600745
Committed: https://git.openstack.org/cgit/openstack/stx-metal/commit/?id=103cccd786ce0a3ec6e5df421b11739469a97db4
Submitter: Zuul
Branch: master

commit 103cccd786ce0a3ec6e5df421b11739469a97db4
Author: Stefan Dinescu <email address hidden>
Date: Fri Sep 7 15:56:12 2018 +0300

    Simplify disk space allocation

    Allocating of space on the root disk was done in kickstart, combined
    with config_controller. Various checks for disk and volume group
    space made it difficult to add new filesystem partitions.

    To simplify this, all checks are now merged under disk size checks.

    Kickstart files now create the partitions of the same size for
    rootfs and log partitions, no matter the disk size, with the
    only variable size being the cgts-vg size.

    Thus, any future changes will only need to consider only this
    size for ensuring enough space is present.

    The limit between small and big disks is 240GB, with a minimum
    disk size of 120GB.

    Depends-On: https://review.openstack.org/#/c/600743/
    Change-Id: I37ecc8eb5468811d1ca3a71f8e2a0629525e8fad
    Closes-bug: 1791170
    Signed-off-by: Stefan Dinescu <email address hidden>