Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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 1611541

Summary: Broken symlink for initrd0.img and vmlinuz0
Product: Red Hat Satellite Reporter: Nikhil Kathole <nkathole>
Component: Discovery ImageAssignee: Lukas Zapletal <lzap>
Status: CLOSED ERRATA QA Contact: Nikhil Kathole <nkathole>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4CC: lzap, rabajaj, sghai
Target Milestone: 6.4.0Keywords: Regression, Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: foreman-discovery-image-3.5.2 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-16 16:48:22 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: 1598020    

Description Nikhil Kathole 2018-08-02 10:07:56 UTC
Description of problem: Trying to discover host could not find vmlinuz0 and initrd0.img

boot]# tree
.
├── fdi-image
├── fdi-image-rhel_7-img -> fdi-image/initrd0.img
├── fdi-image-rhel_7-vmlinuz -> fdi-image/vmlinuz0
├── foreman-discovery-image-3.5.1-2.iso-img
├── foreman-discovery-image-3.5.1-2.iso-vmlinuz
├── RedHat-6.9-x86_64-initrd.img
├── RedHat-6.9-x86_64-vmlinuz
├── RedHat-7.5-x86_64-initrd.img
└── RedHat-7.5-x86_64-vmlinuz

fdi-image-rhel_7-img and fdi-image-rhel_7-vmlinuz are symbolic links which should not.

tree should be like

# tree
.
├── fdi-image
│   ├── initrd0.img -> fdi-image-rhel_7-img
│   └── vmlinuz0 -> fdi-image-rhel_7-vmlinuz
├── fdi-image-rhel_7-img
├── fdi-image-rhel_7-vmlinuz
├── foreman-discovery-image-3.5.1-2.iso-img
├── foreman-discovery-image-3.5.1-2.iso-vmlinuz
├── RedHat-6.9-x86_64-initrd.img
├── RedHat-6.9-x86_64-vmlinuz
├── RedHat-7.5-x86_64-initrd.img
└── RedHat-7.5-x86_64-vmlinuz




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

foreman-discovery-image-3.5.1-2.el7sat.noarch


How reproducible:
always

Steps to Reproduce:
1. yum install foreman-discovery-image
2. tree

Actual results: fdi-image directory is empty and initrd0-img and vmlinuz0 are symbolic links.


Expected results: fdi-directory should have symbolic links to initrd0-img and vmlinuz0 and boot directory should have fdi-image-rhel_7-img and fdi-image-rhel_7-vmlinuz not symbolic links.


Additional info:

Comment 3 Brad Buckingham 2018-08-06 11:05:33 UTC
Moving to GA as it was confirmed that this is not present with 3.4.4.

Comment 4 Lukas Zapletal 2018-08-06 13:39:27 UTC
This was introduced with: https://bugzilla.redhat.com/show_bug.cgi?id=1578290

Comment 5 Nikhil Kathole 2018-09-10 09:18:14 UTC
VERIFIED

Version tested:
Satellite 6.4 snap 21

foreman-discovery-image-3.5.2-1.el7sat.noarch

boot]# tree
.
├── fdi-image
│   ├── foreman-discovery-image-3.5.2-1.iso-img
│   ├── foreman-discovery-image-3.5.2-1.iso-vmlinuz
│   ├── initrd0.img -> foreman-discovery-image-3.5.2-1.iso-img
│   └── vmlinuz0 -> foreman-discovery-image-3.5.2-1.iso-vmlinuz
├── RedHat-6.9-x86_64-initrd.img
├── RedHat-6.9-x86_64-vmlinuz
├── RedHat-7.5-x86_64-initrd.img
└── RedHat-7.5-x86_64-vmlinuz

Comment 7 errata-xmlrpc 2018-10-16 16:48:22 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://access.redhat.com/errata/RHBA-2018:2928