Comment 28 for bug 1970645

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-armada-app (r/stx.7.0)

Reviewed: https://review.opendev.org/c/starlingx/openstack-armada-app/+/854836
Committed: https://opendev.org/starlingx/openstack-armada-app/commit/224b44c3cc4b3dead3a57080cc56b1f2519db863
Submitter: "Zuul (22348)"
Branch: r/stx.7.0

commit 224b44c3cc4b3dead3a57080cc56b1f2519db863
Author: Pedro Almeida <email address hidden>
Date: Thu Aug 18 15:54:31 2022 -0300

    Adding ephemeral-storage request on pods

    Some pods are being evicted due to some containers exceeding the
    usage of ephemeral-storage: since there was no value on the manifest,
    it was set to 0, which means that basically any value would cause the
    pod to fail.

    Test Plan:
    PASS - Build stx-openstack tarball.
    PASS - Upload/apply stx-openstack and check that new values of
           ephemeral-storage took place.
    PASS - Remove/delete stx-openstack.

    Depends-On: https://review.opendev.org/c/starlingx/helm-charts/+/854006

    Closes-Bug: #1970645

    Signed-off-by: Pedro Almeida <email address hidden>
    Co-authored-by: Rafael Falcao <email address hidden>
    Change-Id: Idcb61c976820574d9ac771cd3bbc1f91f8651f54
    (cherry picked from commit e2d9f126ef81eafa3b8ee00fb62b52898aed2b5b)