Bug 2006602
Summary: | vm_statistics table has wrong type for guest_mem_* columns. | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Germano Veit Michel <gveitmic> |
Component: | ovirt-engine | Assignee: | Arik <ahadas> |
Status: | CLOSED ERRATA | QA Contact: | Qin Yuan <qiyuan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4.8 | CC: | ahadas, mavital |
Target Milestone: | ovirt-4.5.0 | Keywords: | ZStream |
Target Release: | 4.5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.5.0 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-05-26 16:23:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Germano Veit Michel
2021-09-22 02:36:45 UTC
Verified with: ovirt-engine-4.5.0.2-0.7.el8ev.noarch The type of guest_mem_buffered and guest_mem_cached are bigint now. engine=# \d vm_statistics Table "public.vm_statistics" Column | Type | Collation | Nullable | Default -----------------------+--------------------------+-----------+----------+--------- vm_guid | uuid | | not null | cpu_user | numeric(18,0) | | | 0 cpu_sys | numeric(18,0) | | | 0 usage_mem_percent | integer | | | 0 usage_cpu_percent | integer | | | 0 disks_usage | text | | | _update_date | timestamp with time zone | | | guest_mem_buffered | bigint | | | guest_mem_cached | bigint | | | usage_network_percent | smallint | | | 0 elapsed_time | numeric(18,0) | | | 0 Indexes: "pk_vm_statistics" PRIMARY KEY, btree (vm_guid) Foreign-key constraints: "vm_static_vm_statistics" FOREIGN KEY (vm_guid) REFERENCES vm_static(vm_guid) ON DELETE CASCADE 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: RHV Manager (ovirt-engine) [ovirt-4.5.0] security 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:4711 Due to QE capacity, we are not going to cover this issue in our automation |