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 1318440

Summary: virt-sysprep will fail detecting OS if "/usr" is a distinct partition mounted in "/" via fstab
Product: Red Hat Enterprise Linux 7 Reporter: David Hill <dhill>
Component: libguestfsAssignee: Richard W.M. Jones <rjones>
Status: CLOSED ERRATA QA Contact: Virtualization Bugs <virt-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 7.2CC: dhill, hkim, ptoscano, rjones, vfarias, xchen
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: libguestfs-1.32.4-1.el7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-03 17:59:44 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: 1186935, 1218766    
Bug Blocks:    

Description David Hill 2016-03-16 22:14:27 UTC
Description of problem:
virt-sysprep will fail detecting OS if "/usr" is a distinct partition mounted in "/" via fstab

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


How reproducible:
Every time

Steps to Reproduce:
1. Create a VM with "/var", "/", "/usr", "/home" partitions
2. Try to virt-sysprept it
3. 

Actual results:
Fails with "cannot detect operating system"

Expected results:
Should detect the OS

Additional info:
I can reproduce this issue to.

Comment 2 Vagner Farias 2016-03-17 02:52:01 UTC
I'd agree with a suggestion from David that an option like "--force-os=linux" or something similar would be an acceptable workaround, if the problem is only with detecting the operating system.

Comment 3 Pino Toscano 2016-03-17 10:00:42 UTC
This has been reported already as upstream bug #1186935.

Comment 4 Pino Toscano 2016-03-17 10:03:27 UTC
(In reply to Vagner Farias from comment #2)
> I'd agree with a suggestion from David that an option like
> "--force-os=linux" or something similar would be an acceptable workaround,
> if the problem is only with detecting the operating system.

This won't work, as the inspection done by libguestfs does more than just detecting the OS: for example, it detects all the different partitions in the disk image, and how they are eventually mounted for each guest.

Comment 11 Xianghua Chen 2016-07-12 07:49:31 UTC
Verified with the packages:
libguestfs-1.32.5-10.el7.x86_64

Verify steps:
1. Prepare a RHEL7 guest image with separate partition for "/var", "/", "/usr", "/home":
# guestfish -a rhel7.2-distinct_partition_for_usr.qcow2 -i sh "df -h"
Filesystem             Size  Used Avail Use% Mounted on
/dev/mapper/rhel-root  4.9G   54M  4.9G   2% /
/dev/mapper/rhel-usr   2.0G  817M  1.2G  42% /usr
/dev/mapper/rhel-var  1014M   65M  950M   7% /var
/dev/sda1              473M  123M  350M  27% /boot
/dev/mapper/rhel-home 1014M   33M  982M   4% /home
/dev                   237M     0  237M   0% /dev
2. # virt-sysprep -a rhel7.2-distinct_partition_for_usr.qcow2
[   0.0] Examining the guest ...
[   3.3] Performing "abrt-data" ...
[   3.3] Performing "bash-history" ...
[   3.3] Performing "blkid-tab" ...
[   3.4] Performing "crash-data" ...
[   3.4] Performing "cron-spool" ...
[   3.4] Performing "dhcp-client-state" ...
[   3.4] Performing "dhcp-server-state" ...
[   3.4] Performing "dovecot-data" ...
[   3.4] Performing "logfiles" ...
[   3.4] Performing "machine-id" ...
[   3.4] Performing "mail-spool" ...
[   3.4] Performing "net-hostname" ...
[   3.4] Performing "net-hwaddr" ...
[   3.4] Performing "pacct-log" ...
[   3.4] Performing "package-manager-cache" ...
[   3.4] Performing "pam-data" ...
[   3.4] Performing "puppet-data-log" ...
[   3.4] Performing "rh-subscription-manager" ...
[   3.4] Performing "rhn-systemid" ...
[   3.4] Performing "rpm-db" ...
[   3.4] Performing "samba-db-log" ...
[   3.4] Performing "script" ...
[   3.4] Performing "smolt-uuid" ...
[   3.4] Performing "ssh-hostkeys" ...
[   3.4] Performing "ssh-userdir" ...
[   3.4] Performing "sssd-db-log" ...
[   3.4] Performing "tmp-files" ...
[   3.4] Performing "udev-persistent-net" ...
[   3.4] Performing "utmp" ...
[   3.4] Performing "yum-uuid" ...
[   3.4] Performing "customize" ...
[   3.4] Setting a random seed
[   4.5] Performing "lvm-uuids" ...

The command finished successfully.

So verified.

Comment 13 errata-xmlrpc 2016-11-03 17:59:44 UTC
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/RHSA-2016-2576.html

Comment 14 Richard W.M. Jones 2016-11-04 12:30:46 UTC
*** Bug 1391789 has been marked as a duplicate of this bug. ***