infinispan / infinispan-operator

Infinispan Operator
https://infinispan.org/docs/infinispan-operator/main/operator.html
Apache License 2.0
48 stars 54 forks source link

[2.3.x] [test-integration] CustomLibsIT Multi-Attach error fix #2061

Closed github-actions[bot] closed 5 months ago

github-actions[bot] commented 5 months ago

Backport: https://github.com/infinispan/infinispan-operator/pull/2060

Mounting a PV with ReadWriteOnce access mode is not possible from multiple k8s nodes. In the context of test it may cause an issue if the uploading pod is taking most of the space on the node not allowing for Infinispan node to be scheduled on the same node and result in Multi-Attach error as a result.

Fix: Delete the pod created to upload the libs for the cluster after the upload is complete.

openshift-ci[bot] commented 5 months ago

Hi @github-actions[bot]. Thanks for your PR.

I'm waiting for a infinispan member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.