Bug 823821

Summary: Inspection fails when /etc/HOSTNAME is empty
Product: [Community] Virtualization Tools Reporter: Richard W.M. Jones <rjones>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: dyasny, mbooth, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-24 15:12:13 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: 830367, 830369    

Description Richard W.M. Jones 2012-05-22 09:02:11 UTC
Description of problem:

(Reported by Todd Mummert for an OpenSUSE guest)

Take an existing Linux guest of any type, and create an empty
/etc/HOSTNAME file.  The following sequence of commands will
do this non-destructively:

$ qemu-img create -f qcow2 -b /dev/vg_pin/F16x64 no-hostname.img
Formatting 'no-hostname.img', fmt=qcow2 size=21474836480 backing_file='/dev/vg_pin/F16x64' encryption=off cluster_size=65536 
$ guestfish -a no-hostname.img -i touch /etc/HOSTNAME

Then inspect the guest:

$ virt-inspector -a no-hostname.img 
libguestfs: error: /etc/HOSTNAME: file is empty
virt-inspector: no operating system could be detected inside this disk image.

This may be because the file is not a disk image, or is not a virtual machine
image, or because the OS type is not understood by libguestfs.

NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you must
install the separate libguestfs-winsupport package.

If you feel this is an error, please file a bug report including as much
information about the disk image as possible.

Clearly inspection should not completely fail if this
file is empty.

Version-Release number of selected component (if applicable):

libguestfs 1.18.0

How reproducible:

100%

Steps to Reproduce:

See above.

Comment 1 Richard W.M. Jones 2012-05-24 15:12:13 UTC
Comprehensively fixed upstream in:
cffb7fefc88a317f957785f6448fb24183c8c629
f00066d22b11bf40d0272f68565a2a27fea15627