Bug 1183287
| Summary: | [RFE] From RHEV admin portal provide some option which will show ISO image to VM mapping. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Pratik Pravin Bandarkar <pbandark> |
| Component: | ovirt-engine | Assignee: | Nobody <nobody> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | meital avital <mavital> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.4.0 | CC: | istein, jraju, lsurette, michal.skrivanek, mtessun, rbarry, Rhev-m-bugs, srevivo, ykaul, yozone |
| Target Milestone: | ovirt-4.3.0 | Keywords: | FutureFeature, Reopened |
| Target Release: | --- | Flags: | sherold:
Triaged+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-14 11:16:34 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: | |||
not sure if 'virt' or 'storage' (or something else) I would think the best place is under the Disks top level tab; a new type to display, then in subtab show currently attached VMs; maybe separately show currently running vs configured (as a property of VM or Template) Does it make sense, Allon? (In reply to Michal Skrivanek from comment #6) > I would think the best place is under the Disks top level tab; a new type to > display, then in subtab show currently attached VMs; maybe separately show > currently running vs configured (as a property of VM or Template) another option is to turn the 'Images' sub-tab in the Storage main tab (for a selected ISO storage domain) into a "split" grid sub-tab (similar to e.g. the Snapshots sub tab in the VMs main tab) - the grid on the left-hand side will still be the Images grid; when something will be selected in it, a VMs grid will be filled on the right to show VMs that are using the selected ISO. (In reply to Einav Cohen from comment #7) > (In reply to Michal Skrivanek from comment #6) > > I would think the best place is under the Disks top level tab; a new type to > > display, then in subtab show currently attached VMs; maybe separately show > > currently running vs configured (as a property of VM or Template) > > another option is to turn the 'Images' sub-tab in the Storage main tab (for > a selected ISO storage domain) into a "split" grid sub-tab (similar to e.g. > the Snapshots sub tab in the VMs main tab) - the grid on the left-hand side > will still be the Images grid; when something will be selected in it, a VMs > grid will be filled on the right to show VMs that are using the selected ISO. Wouldn't that slow it down considerably? (In reply to Allon Mureinik from comment #14) > (In reply to Einav Cohen from comment #7) > > (In reply to Michal Skrivanek from comment #6) > > > I would think the best place is under the Disks top level tab; a new type to > > > display, then in subtab show currently attached VMs; maybe separately show > > > currently running vs configured (as a property of VM or Template) > > > > another option is to turn the 'Images' sub-tab in the Storage main tab (for > > a selected ISO storage domain) into a "split" grid sub-tab (similar to e.g. > > the Snapshots sub tab in the VMs main tab) - the grid on the left-hand side > > will still be the Images grid; when something will be selected in it, a VMs > > grid will be filled on the right to show VMs that are using the selected ISO. > > Wouldn't that slow it down considerably? Are you referring specifically to my suggestion? or to both suggestions? Both suggestions should work fairly similarly behind the scenes: One query for retrieving the list of ISOs (in suggestion 1 it's from all image-storage-domains, I assume; in suggestion 2 - it's for a single storage domain - the one selected in the Storage main grid), and then another query (or queries) invoked upon selecting an ISO in the list of ISOs, in order to retrieve all VMs that are associated with the selected ISO. The main difference between the two suggestions is the location in which the information is displayed (suggestion 1: ISO list - main tab, VM list - sub tab; suggestion 2: ISO list - sub-tab-left-hand, VM list - sub-tab-right-hand). maybe i completely missed what you were trying to ask - please 'needinfo' me again, if needed. thanks. This bug did not make it in time for 3.6 release, moving out Looks like a Duplicate of BZ #1090626 to me. *** This bug has been marked as a duplicate of bug 1090626 *** This is available in the current storage portal. BZ<2>Jira Resync |
1. Proposed title of this feature request From RHEV admin portal provide some option which will show ISO image to VM mapping. i.e. Which vms attached to which ISO image from ISO domain. 3. What is the nature and description of the request? Currently its not possible to get details of vm <--> ISO mapping from RHEV admin portal. To get those details we need to query the database from RHEVM server. So, it will be great if user can see mapping from RHEV admin portal instead of querying the database.