Bug 558463
Summary: | Unable to access VM disk created by RHEV | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] CloudForms Cloud Engine | Reporter: | Olivier Renault <orenault> | ||||||
Component: | aeolus-conductor | Assignee: | Richard W.M. Jones <rjones> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 0.3.1 | CC: | deltacloud-maint, mbooth, virt-maint | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-01-25 18:44:12 UTC | Type: | --- | ||||||
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
Olivier Renault
2010-01-25 12:52:50 UTC
Please run the following command: libguestfs-supermin-helper /usr/lib64/guestfs /tmp/kernel /tmp/initrd (You don't need to be root) This will create two files called /tmp/kernel and /tmp/initrd. /tmp/kernel should be a symlink. /tmp/initrd should be a large file (~100MB). Please email /tmp/initrd to me. ----- For example, when I do this on my RHEL 5.4 machine: $ libguestfs-supermin-helper /usr/lib64/guestfs /tmp/kernel /tmp/initrd $ ls -l /tmp/kernel /tmp/initrd -rw-r--r-- 1 rjones rjones 99412480 Jan 25 13:01 /tmp/initrd lrwxrwxrwx 1 rjones rjones 28 Jan 25 13:01 /tmp/kernel -> /boot/vmlinuz-2.6.18-164.el5 Created attachment 386652 [details]
initrd file as requested
Possible sign of desperation but can you check the install is not corrupted in any way: $ rpm -V $(rpm -qa | grep guestf) Also, can you check how much free space you have on /tmp. Also, when you ran libguestfs-supermin-helper (comment 1) did you get any other warnings or error messages? A comment on the appliance (initrd) attached in comment 2. I can understand why the kernel cannot run /init from that appliance. The appliance contains an x86_64 binary of /bin/bash, but only i386 libraries! The only thing I know that can really screw up a libguestfs installation that much is multilib[1]. So that is why I really need to know the answer to comment 3. [1] http://rwmj.wordpress.com/2009/11/16/please-someone-shoot-multilib/#content The reporter neglected to mention: <monolive> rwmjones, I've cop[ied] initramfs.epel-5.i686.supermin.hostfiles initramfs.epel-5.i686.supermin.img in /usr/lib64/guestfs as it was complaining that he was missing them in I think this is the multilib issue from comment 5 above. *** This bug has been marked as a duplicate of bug 558593 *** perm close |