Bug 2027922 - Typo on LowKVMNodesCount summary
Summary: Typo on LowKVMNodesCount summary
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Virtualization
Version: 4.9.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
: 4.10.0
Assignee: Prita Narayan
QA Contact: zhe peng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-12-01 04:04 UTC by Germano Veit Michel
Modified: 2022-03-16 15:57 UTC (History)
3 users (show)

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:
Clone Of:
Environment:
Last Closed: 2022-03-16 15:57:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github kubevirt kubevirt pull 6913 0 None Merged fixing typo in the summary of LowKVMNodesCount 2021-12-14 22:42:51 UTC
Red Hat Product Errata RHSA-2022:0947 0 None None None 2022-03-16 15:57:17 UTC

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


Note You need to log in before you can comment on or make changes to this bug.