Configured cluster with gu workload attached to SRIOV networks should let resource-aligned PODs have working SRIOV network interface
Configured cluster with gu workload saturating NUMA nodes should allow a pod requesting as many cores as a full NUMA node have
Configured cluster with gu workload saturating NUMA nodes should guarantee correct allocation with concurrent creation
Configured cluster with gu workload saturating NUMA nodes should reject pod requesting more cores than a single NUMA node have
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 1 core, 1 device
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with a single container requesting 2 core, 1 device
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, 1 device
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with multiple pods, each with multiple containers requesting 1 core, only one requesting 1 device
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, multiple containers requesting 1 core, 1 device each
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 1 core, 1 device
Configured cluster with gu workload should guarantee NUMA-aligned cpu cores in gu pods with single pod, single container requesting 4 cores, 1 device
Container images for 4.6 are being migrated to rhel8 and since 2020-09-12, the 4.6 CI jobs fail with:
oc: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by oc)
This is caused by a mismatch between the `tests` image, providing the `oc` binary, and the `openstack-installer` image running the test, in which we copy the `oc` binary.
What is the status? I tested today latest nightly 4.6 4.6.0-0.nightly-2020-09-16-000734 and failed with the same.
See there is another one: 4.6.0-0.nightly-2020-09-16-050052
So will try this one as well.
Thanks
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:4196
Container images for 4.6 are being migrated to rhel8 and since 2020-09-12, the 4.6 CI jobs fail with: oc: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by oc) This is caused by a mismatch between the `tests` image, providing the `oc` binary, and the `openstack-installer` image running the test, in which we copy the `oc` binary.