Bug 1268151

Summary: [RFE] RHEV_M-Report that shows the Active VMs running on particular hosts and sort it
Product: Red Hat Enterprise Virtualization Manager Reporter: Sarvesh Pandit <sapandit>
Component: ovirt-engine-reportsAssignee: Shirly Radco <sradco>
Status: CLOSED WONTFIX QA Contact: Pavel Stehlik <pstehlik>
Severity: high Docs Contact:
Priority: high    
Version: 3.5.1CC: achareka, bcholler, gklein, lsurette, mgoldboi, rbalakri, Rhev-m-bugs, sapandit, sradco, srevivo, ykaul, ylavi
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Cause: Consequence: Fix: Result:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-01 08:45:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Reports RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sarvesh Pandit 2015-10-01 23:18:13 UTC
Description of problem:
Currently there is no report which shows the Active VMs running on particular hosts and there is option to sort it by host or VM.

Version-Release number of selected component (if applicable):
rhevm-3.5.1.1-0.1.el6ev.noarch
rhevm-reports-3.5.1-12.el6ev.noarch

If this kind of report is included then it will be good. This type of report will give more clear idea about status of the active VM and on which host it is running.

Comment 2 Yaniv Lavi 2015-10-11 17:32:54 UTC
This can be done easily via ad hoc reports, please refer to docs and you should be able to do this.

Comment 9 Einav Cohen 2015-11-24 13:19:30 UTC
(In reply to Sarvesh Pandit from comment #0)
> Description of problem:
> Currently there is no report which shows the Active VMs running on
> particular hosts and there is option to sort it by host or VM.
> 

@Bimal / Sarvesh, try to search in the web-admin/api as follows:

"VMs: status = up host = host-1-name or host = host-2-name or ... or = host-n-name"

[the above is effectively: 
--
VMs: status = up AND (host = host-1-name or host = host-2-name or ... or = host-n-name)
--]

will that be sufficient?

Comment 10 Sarvesh Pandit 2015-11-24 16:20:23 UTC
(In reply to Einav Cohen from comment #9)
> (In reply to Sarvesh Pandit from comment #0)
> > Description of problem:
> > Currently there is no report which shows the Active VMs running on
> > particular hosts and there is option to sort it by host or VM.
> > 
> 
> @Bimal / Sarvesh, try to search in the web-admin/api as follows:
> 
> "VMs: status = up host = host-1-name or host = host-2-name or ... or =
> host-n-name"
> 
> [the above is effectively: 
> --
> VMs: status = up AND (host = host-1-name or host = host-2-name or ... or =
> host-n-name)
> --]
> 
> will that be sufficient?

Hello Einav,

Yes we can see the list but actually, Customer is looking for status in reports not in admin portal.

Is it possible have it in reports?

Comment 13 Shirly Radco 2016-06-01 08:45:22 UTC
Removing support for reports in 4.0.
Will reopen if relevant.