Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1461277

Summary: Missing virt.uuid fact both in GUI and CLI on RHEL-7.4-Server-s390x
Product: Red Hat Enterprise Linux 7 Reporter: Wei Liu <weiliu>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED NOTABUG QA Contact: John Sefler <jsefler>
Severity: low Docs Contact:
Priority: medium    
Version: 7.4CC: khowell, qianzhan, redakkan, skallesh
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-29 17:13:20 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:
Attachments:
Description Flags
Missing_virt_uuid
none
the rhsm log none

Description Wei Liu 2017-06-14 06:18:59 UTC
Created attachment 1287529 [details]
Missing_virt_uuid

Description of problem:
Missing virt_uuid fact does not appear in GUI and also can not find with cli

Version-Release number of selected component (if applicable):
SAM-1.4.1-RHEL-6-20141113.0
python-rhsm-1.19.8-1.el7.ppc64
subscription-manager-1.19.17-1.el7.ppc64
subscription-manager-initial-setup-addon-1.19.17-1.el7.ppc64
python-rhsm-certificates-1.19.8-1.el7.ppc64
subscription-manager-gui-1.19.17-1.el7.ppc64


How reproducible:
always

Steps to Reproduce:
1. RHEL-7.4-Server-s390x-20170608.3
2. open subscription-manager-gui.
3. open "System Facts" window form menu bar "System -> System Facts"
4. Find the option "virt" and unfold it.
virt.uuid not appear
5. Find virt info by CLI 
[root@ibm-z-28 rhsm]# subscription-manager facts --list | grep virt
lscpu.virtualization_type: full
virt.host_type: ibm_systemz, ibm_systemz-zvm
virt.is_guest: True


Actual results:
As step4. & step 5.

Expected results:
After step 4. the virt property should show like below :

virt.host_type: kvm
virt.is_guest: True
virt.uuid: e98648c3-c9de-3b11-cfc8-636baecd8632   <---

and the cli can aslo work.

Additional info:
GUI refer to the attachment

Comment 2 Wei Liu 2017-06-14 06:19:31 UTC
Created attachment 1287530 [details]
the rhsm log

Comment 3 Wei Liu 2017-06-19 06:22:22 UTC
This issue also exists on RHEL-7.4-Server_ppc64-20170616.3

Comment 5 Kevin Howell 2017-06-29 17:13:20 UTC
This behavior is intentional. See bug 1438085 for details.