Comment 2 for bug 2054824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to vault-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/vault-armada-app/+/910002
Committed: https://opendev.org/starlingx/vault-armada-app/commit/05ccd6fea52da96968134eda00ebe51debd7082a
Submitter: "Zuul (22348)"
Branch: master

commit 05ccd6fea52da96968134eda00ebe51debd7082a
Author: Tae Park <email address hidden>
Date: Thu Feb 22 23:43:41 2024 -0500

    Remove warning log for PVC currently terminating

    Adding an extra check in the post-convert PVC existence check. The old
    vault manager pod may exist beyond the set wait time in the conversion,
    preventing the PVC from finishing termination. This is intended
    behaviour, so a separate debug log indicating such is issued instead.
    Includes a 5 second wait time after PVC conversion is completed, so that
    the PVC termination process is started before verification

    Test Plan:
    PASS Bashate
    PASS AIO-SX vault sanity
    PASS During application update, the debug log is seen instead of the
    warning log if the PVC has status "Terminating"
    PASS No log is reported, if the PVC is correctly deleted before the
    verification

    Closes-bug: 2054824

    Change-Id: Ib9cd45a93550d22dee9d45b5994e89ea2191849a
    Signed-off-by: Tae Park <email address hidden>