Bug 2027922

Summary: Typo on LowKVMNodesCount summary
Product: Container Native Virtualization (CNV) Reporter: Germano Veit Michel <gveitmic>
Component: VirtualizationAssignee: Prita Narayan <prnaraya>
Status: CLOSED ERRATA QA Contact: zhe peng <zpeng>
Severity: low Docs Contact:
Priority: medium    
Version: 4.9.0CC: cnv-qe-bugs, kbidarka, sgott
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: virt-operator-container-v4.10.0-142 hco-bundle-registry-container-v4.10.0-479 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-03-16 15:57:01 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 Germano Veit Michel 2021-12-01 04:04:32 UTC
Description of problem:

There is a typo on the summary of LowKVMNodesCount, line 593 below:

pkg/virt-operator/resource/generate/components/crds.go

   587						{
   588							Alert: "LowKVMNodesCount",
   589							Expr:  intstr.FromString("(num_of_allocatable_nodes > 1) and (num_of_kvm_available_nodes < 2)"),
   590							For:   "5m",
   591							Annotations: map[string]string{
   592								"description": "Low number of nodes with KVM resource available.",
   593								"summary":     "At least two nodes with kvm resource required for VM life migration.",
   594							},
   595							Labels: map[string]string{
   596								"severity": "warning",
   597							},
   598						},

It should read "live migration" not "life migration".

As of today, master branch of kubevirt has the same typo.

Comment 1 zhe peng 2022-01-05 05:35:28 UTC
verify with build: HCO:[v4.10.0-552]

step:
check from WebUI :
Alerting rules > Alerting rule details

check "LowKVMNodesCount"
get msg:
Description
Low number of nodes with KVM resource available.
Summary
At least two nodes with kvm resource required for VM live migration.

move to verified.

Comment 6 errata-xmlrpc 2022-03-16 15:57:01 UTC
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.10.0 Images security and bug fix update), 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-2022:0947