Bug 1322094 - RHEVM missing Disk and Network C&U metrics
Summary: RHEVM missing Disk and Network C&U metrics
Keywords:
Status: CLOSED DUPLICATE of bug 1373460
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: C&U Capacity and Utilization
Version: 5.5.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: cfme-future
Assignee: Oved Ourfali
QA Contact: Ilanit Stein
URL:
Whiteboard: c&u:rhev
: 1334947 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-29 19:21 UTC by Alex Krzos
Modified: 2017-02-07 12:17 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-07 12:17:04 UTC
Category: ---
Cloudforms Team: RHEVM
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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