red-hat-storage / ocs-ci

https://ocs-ci.readthedocs.io/en/latest/
MIT License
108 stars 166 forks source link

test_selinux_relabel_for_existing_pvc[5] is failing for IBM Power #8705

Closed Pooja-Soni78 closed 4 months ago

Pooja-Soni78 commented 1 year ago

tests/e2e/kcs/test_selinux_relabel_solution.py::TestSelinuxrelabel::test_selinux_relabel_for_existing_pvc[5] is failing on IBM Power with below error -

>       assert key in output, f"{key} is not present in inspect logs"
E       AssertionError: "selinuxRelabel": false is not present in inspect logs
E       assert '"selinuxRelabel": false' in '{\n  "status": {\n    "id": "2ff95b211ba269a6350673980ca2482dd46280387bfc71f9420a7446dfa9462a",\n    "metadata": {\n ...     "mountLabel": "system_u:object_r:container_file_t:s0:c27,c14"\n      }\n    },\n    "privileged": false\n  }\n}\n'
Pooja-Soni78 commented 1 year ago

Cluster details -

[root@nara7-413-odf-4305-sao01-bastion-0 ocs-ci]# oc version
Client Version: 4.13.0-0.nightly-ppc64le-2023-05-02-182828
Kustomize Version: v4.5.7
Server Version: 4.13.0-0.nightly-ppc64le-2023-05-02-182828
Kubernetes Version: v1.26.3+b404935

[root@nara7-413-odf-4305-sao01-bastion-0 ocs-ci]# oc get csv -A
NAMESPACE                              NAME                                          DISPLAY                       VERSION
    REPLACES                                PHASE
openshift-local-storage                local-storage-operator.v4.13.0-202309181427   Local Storage                 4.13.0-202309181427                                           Succeeded
openshift-operator-lifecycle-manager   packageserver                                 Package Server                0.19.0
                                            Succeeded
openshift-storage                      mcg-operator.v4.13.4-rhodf                    NooBaa Operator               4.13.4-rhodf          mcg-operator.v4.12.8-rhodf              Succeeded
openshift-storage                      ocs-operator.v4.13.4-rhodf                    OpenShift Container Storage   4.13.4-rhodf          ocs-operator.v4.12.8-rhodf              Succeeded
openshift-storage                      odf-csi-addons-operator.v4.13.4-rhodf         CSI Addons                    4.13.4-rhodf          odf-csi-addons-operator.v4.12.8-rhodf   Succeeded
openshift-storage                      odf-operator.v4.13.4-rhodf                    OpenShift Data Foundation     4.13.4-rhodf          odf-operator.v4.12.8-rhodf              Succeeded

[root@nara7-413-odf-4305-sao01-bastion-0 ocs-ci]# oc get storagecluster -n openshift-storage
NAME                 AGE     PHASE   EXTERNAL   CREATED AT             VERSION
ocs-storagecluster   4d13h   Ready              2023-10-13T21:39:10Z   4.13.4

[root@nara7-413-odf-4305-sao01-bastion-0 ocs-ci]# oc get cephcluster -n openshift-storage
NAME                             DATADIRHOSTPATH   MONCOUNT   AGE     PHASE   MESSAGE                        HEALTH      EXTERNAL   FSID
ocs-storagecluster-cephcluster   /var/lib/rook     3          4d13h   Ready   Cluster created successfully   HEALTH_OK              96edb491-9b6f-4c4c-8d4b-c01c9a6a7bdd

Logs test_selinux_relabel_for_existing_pvc[5].log

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs.