-
Sub-task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
None
-
The current cluster is based on RHEL 8.6 with GLIBC 2.28, while the OC binary is 4.19, which requires a newer glibc to compile, so the following issue will occur when running cnv automation:
oc: /lib64/libc.so.6: version `GLIBC_2.33' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by oc) oc: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by oc)
It will make the automation fail at:
2025-06-17T03:27:21.640709 conftest INFO Executing session fixture: cnv_tests_utilities_service_account
ERROR tests/chaos/migration/test_migration.py::test_migration_reboot_source_node - subprocess.CalledProcessError: Command '['oc', 'adm', 'policy', 'add-scc-to-user', 'privi...
It's better to set up the environment on RHEL 9 or CentOS 9.