Bug 1300805
Summary: | ppc64 kvm guests do not collect a virt.uuid fact. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Adrian Likins <alikins> |
Component: | subscription-manager | Assignee: | candlepin-bugs |
Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.8 | CC: | bcourt, bkearney, csnyder, redakkan |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | ppc64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-10 20:39:30 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: | |||
Bug Blocks: | 1151596 |
Description
Adrian Likins
2016-01-21 18:38:50 UTC
pr for upstream at https://github.com/candlepin/subscription-manager/pull/1376 The fix has been merged into upstream master as of the below information: commit f8416137a3b426aa54608116e005df7273abfada Author: Adrian Likins <alikins> Date: Wed Jan 20 16:59:03 2016 -0500 1300805: Add support for ppc64 virt.uuid For ppc64 guests running under KVM, the virt.uuid is available from '/proc/device-tree/vm,uuid' so collect it from there. Also update scripts/test_hwprobe.sh to DWIM. Reproducing the failure with old subscription-manager packages -------- [root@ibm-p8-kvm-03-guest-03 ~]# cat /proc/device-tree/vm,uuid 4100372a-b35e-4f0e-9b51-3c58a630218f [root@ibm-p8-kvm-03-guest-03 ~]# [root@ibm-p8-kvm-03-guest-03 ~]# subscription-manager facts --list | grep virt.uuid [root@ibm-p8-kvm-03-guest-03 ~]# subscription-manager version server type: This system is currently not registered. subscription management server: 0.9.51.11-1 subscription management rules: 5.15 subscription-manager: 1.16.8-1.el6 python-rhsm: 1.16.6-1.el6 [root@ibm-p8-kvm-03-guest-0 After updating the subscription-manager packages ---------------------------------------------- [root@ibm-p8-kvm-03-guest-03 ~]# subscription-manager version server type: This system is currently not registered. subscription management server: 0.9.51.11-1 subscription management rules: 5.15 subscription-manager: 1.16.8-2.el6 python-rhsm: 1.16.6-1.el6 [root@ibm-p8-kvm-03-guest-03 ~]# cat /proc/device-tree/vm,uuid 4100372a-b35e-4f0e-9b51-3c58a630218f [root@ibm-p8-kvm-03-guest-03 ~]# subscription-manager facts --list | grep -a "virt.uuid" virt.uuid: 4100372a-b35e-4f0e-9b51-3c58a630218f Observed that virt-uuid on the facts list , displayed the same details as in /proc/device-tree/vm,uuid Marking Verified!!! Additional details about the guest (beaker machine) -------------------------------------------------- [root@ibm-p8-kvm-03-guest-03 ~]# ls -1 /dev/disk/by-id/ dm-name-vg_ibmp8kvm03guest03-lv_home dm-name-vg_ibmp8kvm03guest03-lv_root dm-name-vg_ibmp8kvm03guest03-lv_swap dm-uuid-LVM-F8pDZ2s0i8cM62cvi8WlvETaUYIkkxiad9T7qsyBmezf4sTMN1JU14Rsc0PSP5C8 dm-uuid-LVM-F8pDZ2s0i8cM62cvi8WlvETaUYIkkxiaNeO1lNvdTI9XMgH1EnYtGq776zfbzUJE dm-uuid-LVM-F8pDZ2s0i8cM62cvi8WlvETaUYIkkxiaNXaeZNffZlxWvd3QwQckoRcJyTpW3eX5 lvm-pv-uuid-DhDaVO-fvJw-w0V2-d0Rz-twCU-fYt1-4uTvY0 [root@ibm-p8-kvm-03-guest-03 ~]# [root@ibm-p8-kvm-03-guest-03 ~]# grep --color qemu /proc/cpuinfo model : IBM pSeries (emulated by qemu) machine : CHRP IBM pSeries (emulated by qemu) Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0797.html |