Bug 837154
| Summary: | [RFE]SAM should display the hosts' type and version on systems tab about system details | |||
|---|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Hui Wang <huiwang> | |
| Component: | katello | Assignee: | Tom McKay <tomckay> | |
| Status: | CLOSED WONTFIX | QA Contact: | SAM QE List <sam-qe-list> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 1.2 | CC: | bkearney, sthirugn, tkolhar, tomckay | |
| Target Milestone: | rc | Keywords: | FutureFeature, Triaged | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Enhancement | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 837917 853194 (view as bug list) | Environment: | ||
| Last Closed: | 2016-03-11 03:34:06 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 853194 | |||
| Bug Blocks: | 837917, 971511 | |||
|
Description
Hui Wang
2012-07-03 02:34:28 UTC
Does the hypervisor type come up with the system facts? If you could print out system facts, that would be helpful. If it's not in the facts, this BZ will need to be cloned to subscription-manager and/or virt-who Destined for RHEL 6.5 See https://bugzilla.redhat.com/show_bug.cgi?id=853194 (In reply to comment #1) > Does the hypervisor type come up with the system facts? If you could print > out system facts, that would be helpful. If it's not in the facts, this BZ > will need to be cloned to subscription-manager and/or virt-who On the host(KVM): # subscription-manager facts --list .... uname.release: 2.6.32-343.el6.x86_64 ^^^^^^^^^^^^^^Kernel version uname.sysname: Linux uname.version: #1 SMP Mon Nov 19 16:46:10 EST 2012 virt.host_type: Not Applicable virt.is_guest: False On the guest that is running on the host(KVM) # subscription-manager facts --list ......... virt.host_type: kvm ^^^^^^^^^Host type virt.is_guest: True virt.uuid: 92582471-35d9-d9c2-d405-6b760075fea8 [root@samserv ~]# virt-what kvm KVM, Xen, rhevh can give the info from the facts, but the hyper-v and ESX can't get the info from subscription, may be virt-who can fetch the infos, right? |