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 2059566 - Bootdisks are still left behind in /tmp when Satellite is restarted
Summary: Bootdisks are still left behind in /tmp when Satellite is restarted
Keywords:
Status: CLOSED DUPLICATE of bug 2081280
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Bootdisk Plugin
Version: 6.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.11.0
Assignee: Lukas Zapletal
QA Contact: Roman Plevka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-01 10:51 UTC by Lukas Zapletal
Modified: 2022-05-03 09:41 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-03 09:41:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lukas Zapletal 2022-03-01 10:51:33 UTC
Bootdisk generation cannot cleanup files properly after they are downloaded due to use of send_file Ruby on Rails technique. Therefore we implemented auto-cleanup which cleans all bootdisk temporary directories older than 30 minutes as part of:

https://bugzilla.redhat.com/show_bug.cgi?id=1936946

However, since /tmp is managed by systemd and Foreman process runs with private tmp, this will not work after Satellite is restarted. Therefore the final solution must be implemented:

1) Change the temporary (bootdisk work directory) from /tmp to /var/tmp/bootdisk (*)
2) Ensure the directory exists in the code, if not, create it
3) Ensure the directory is created by RPM/DEB packages with correct ownership
4) Verify SELinux policy (it should be allowed but check this)

(*) https://github.com/theforeman/foreman_bootdisk/blob/master/app/services/foreman_bootdisk/iso_generator.rb#L89

Comment 4 Lukas Zapletal 2022-05-03 09:41:50 UTC

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


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