Bug 1322094

Summary: RHEVM missing Disk and Network C&U metrics
Product: Red Hat CloudForms Management Engine Reporter: Alex Krzos <akrzos>
Component: C&U Capacity and UtilizationAssignee: Oved Ourfali <oourfali>
Status: CLOSED DUPLICATE QA Contact: Ilanit Stein <istein>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.5.0CC: dajohnso, istein, jhardy, juan.hernandez, nachandr, obarenbo
Target Milestone: GA   
Target Release: cfme-future   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: c&u:rhev
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-07 12:17:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: RHEVM Target Upstream Version:
Embargoed:

Description Alex Krzos 2016-03-29 19:21:34 UTC
Description of problem:
Originally was this bug that was closed due to inactivity. https://bugzilla.redhat.com/show_bug.cgi?id=1081643

Version-Release number of selected component (if applicable):
5.5.2.4
RHEVM 3.5.5

How reproducible:
Always

Steps to Reproduce:
1. Attach RHEVM provider
2. Turn on C&U
3. See that there is no disk/network metrics collected

Actual results:


Expected results:


Additional info:


Disk IO and Network IO show 0 yet the data is stored in rhevm:
ovirt_engine_history=# select metrics.read_rate_bytes_per_second, metrics.write_rate_bytes_per_second from vm_disk_samples_history metrics, disks_vm_map map, vm_configuration vm where vm.vm_id = map.vm_id and map.vm_disk_id = metrics.image_id and vm.vm_name like '%CF-cfme-All-In-One-5.5.2.4%' limit 10;
 read_rate_bytes_per_second | write_rate_bytes_per_second
----------------------------+-----------------------------
                          0 |                        2583
                          0 |                      246487
                          0 |                      600626
                          0 |                        7792
                          0 |                     1255866
                      16232 |                      577696
                          0 |                      738024
                          0 |                        6070
                          0 |                     2323997
                      34582 |                      655923

Comment 2 Martin Povolny 2016-11-11 14:27:04 UTC
*** Bug 1334947 has been marked as a duplicate of this bug. ***

Comment 3 Oved Ourfali 2017-02-06 08:57:11 UTC
Ilanit - I know we fixed some stuff around it.
Can you take a look?

Comment 4 Ilanit Stein 2017-02-07 12:17:04 UTC
This bug is addressed in 2 separate bugs:

1. For missing Network I/O metrics:
bug 1408963	"Network I/O Metrics empty in RHEV" Target 5.7.1 ON_DEV

2. For missing Disk I/O metrics:
bug 1404391	"Disk I/O Metrics empty in RHEV"    Target 5.7.0 CLOSED
bug 1373460	"Disk I/O Metrics empty in RHEV"    Target 5.8.0 ON_QA

Closing it as duplicate of bug 1373460.

*** This bug has been marked as a duplicate of bug 1373460 ***