Bug 1969912
| Summary: | PCI passthrough devices are enabled by default | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Fabian Deutsch <fdeutsch> |
| Component: | Installation | Assignee: | Simone Tiraboschi <stirabos> |
| Status: | CLOSED ERRATA | QA Contact: | ibesso <ibesso> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.8.0 | CC: | cnv-qe-bugs, ibesso, kbidarka, kmajcher, rgarcia, sjhala, stirabos |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hco-bundle-registry-container-v4.8.0-398 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 14:32:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Fabian Deutsch
2021-06-09 13:05:17 UTC
reference to the other bug (already VERIFIED) which this bug reverts: https://bugzilla.redhat.com/show_bug.cgi?id=1958862 HCO operator, Build date: "build-date": "2021-06-11T22:42:06.208702"
hyperconverged-cluster-operator/images/v4.8.0-58
]$ oc get hyperconverged kubevirt-hyperconverged -n openshift-cnv -o yaml
apiVersion: hco.kubevirt.io/v1beta1
kind: HyperConverged
metadata:
...
name: kubevirt-hyperconverged
namespace: openshift-cnv
spec:
certConfig:
ca:
duration: 48h0m0s
renewBefore: 24h0m0s
server:
duration: 24h0m0s
renewBefore: 12h0m0s
featureGates:
sriovLiveMigration: false
withHostPassthroughCPU: false
infra: {}
liveMigrationConfig:
bandwidthPerMigration: 64Mi
completionTimeoutPerGiB: 800
parallelMigrationsPerCluster: 5
parallelOutboundMigrationsPerNode: 2
progressTimeout: 150
version: v4.8.0
workloads: {}
status:
conditions:
---
]$ oc get kubevirt kubevirt-kubevirt-hyperconverged -n openshift-cnv -o yaml
apiVersion: kubevirt.io/v1
kind: KubeVirt
metadata:
...
name: kubevirt-kubevirt-hyperconverged
namespace: openshift-cnv
spec:
certificateRotateStrategy:
selfSigned:
ca:
duration: 48h0m0s
renewBefore: 24h0m0s
server:
duration: 24h0m0s
renewBefore: 12h0m0s
configuration:
developerConfiguration:
featureGates:
- DataVolumes
- SRIOV
- LiveMigration
- CPUManager
- CPUNodeDiscovery
- Snapshot
- HotplugVolumes
- GPU
- HostDevices
- WithHostModelCPU
- HypervStrictCheck
machineType: pc-q35-rhel8.4.0
migrations:
bandwidthPerMigration: 64Mi
completionTimeoutPerGiB: 800
parallelMigrationsPerCluster: 5
parallelOutboundMigrationsPerNode: 2
progressTimeout: 150
network:
defaultNetworkInterface: masquerade
obsoleteCPUModels:
"486": true
Conroe: true
athlon: true
core2duo: true
coreduo: true
kvm32: true
kvm64: true
n270: true
pentium: true
pentium2: true
pentium3: true
pentiumpro: true
phenom: true
qemu32: true
qemu64: true
selinuxLauncherType: virt_launcher.process
smbios:
family: Red Hat
manufacturer: Red Hat
product: Container-native virtualization
sku: 4.8.0
version: 4.8.0
customizeComponents: {}
uninstallStrategy: BlockUninstallIfWorkloadsExist
workloadUpdateStrategy: {}
status:
conditions:
hi Isaac, can you update the status of this one? It seems it is already done? Verified with HCO 4.8.0-405 --------------------------- Verified both with the updated automation test and manually. Moving to VERIFIED. 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 (Moderate: OpenShift Virtualization 4.8.0 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/RHSA-2021:2920 |