Bug 1212678 - virt-inspector can not recognise fedora cloud image
Summary: virt-inspector can not recognise fedora cloud image
Keywords:
Status: CLOSED DUPLICATE of bug 1102241
Alias: None
Product: Fedora
Classification: Fedora
Component: libguestfs
Version: 22
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-17 05:02 UTC by Hu Zhang
Modified: 2016-05-16 04:25 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-04-17 09:08:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Hu Zhang 2015-04-17 05:02:08 UTC
Description of problem:
virt-inspector can not recognise fedora cloud image. It may not caused by the libguestfs, but the cloud image' different structure.


Version-Release number of selected component (if applicable):
libguestfs-tools-c-1.29.33-1.fc22.x86_64


How reproducible:
100%


Steps to Reproduce:
1. Download fedora cloud image from: https://dl.fedoraproject.org/pub/fedora/linux/releases/test/22_Alpha/Cloud/x86_64/Images/Fedora-Cloud-Base-22_Alpha-20150305.x86_64.qcow2

2. # virt-inspector -a Fedora-Cloud-Atomic-22_Alpha-20150305.x86_64.qcow2
<?xml version="1.0"?>
<operatingsystems/>

Actual results:
As above


Expected results:
Something like:
<?xml version="1.0"?>
<operatingsystems>
  <operatingsystem>
        <root>/dev/fedora_dhcp-66-103-65/root</root>
        <name>linux</name>
        <arch>x86_64</arch>
        <distro>fedora</distro>
        <product_name>Fedora release 20 (Heisenbug)</product_name>
        <major_version>20</major_version>
        <minor_version>0</minor_version>
        <package_format>rpm</package_format>
        <package_management>yum</package_management>
        <hostname>dhcp-66-103-65.englab.nay.redhat.com</hostname>
.....


Additional info:

Comment 1 Richard W.M. Jones 2015-04-17 09:08:39 UTC
FYI latest status is here:
https://bugzilla.redhat.com/show_bug.cgi?id=1177460#c4

*** This bug has been marked as a duplicate of bug 1102241 ***


Note You need to log in before you can comment on or make changes to this bug.