Bug 1912155
Summary: | Fail to update filesystem inside systemd-nspawn container | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Igor Kremin' <igor> |
Component: | filesystem | Assignee: | Martin Osvald 🛹 <mosvald> |
Status: | CLOSED ERRATA | QA Contact: | František Hrdina <fhrdina> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 8.3 | CC: | akashche, carl, jorton, justinjereza, makhomed, psklenar, tonay |
Target Milestone: | rc | Keywords: | AutoVerified, EasyFix, Patch, Triaged |
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | filesystem-3.8-5.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-09 19:51:53 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: |
Description
Igor Kremin'
2021-01-03 22:01:16 UTC
Thank you for taking the time to report this issue to us. We appreciate the feedback and use reports such as this one to guide our efforts at improving our products. That being said, this bug tracking system is not a mechanism for requesting support, and we are not able to guarantee the timeliness or suitability of a resolution. If this issue is critical or in any way time sensitive, please raise a ticket through the regular Red Hat support channels to ensure it receives the proper attention and prioritization to assure a timely resolution. For information on how to contact the Red Hat production support team, please visit: https://access.redhat.com/support I hit the same bug, but with different error message: Error unpacking rpm package filesystem-3.8-3.el8.x86_64 Running scriptlet: systemd-networkd-247.2-1.el8.x86_64 error: unpacking of archive failed on file /proc: cpio: chown /proc is mounted in rw mode inside systemd-nspawn container: proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) # ls -la -d /proc dr-xr-xr-x 471 nobody nobody 0 Jan 9 09:02 /proc Hope this help to identify and fix the bug. workaround, run inside systemd-nspawn container: # echo '%_netsharedpath /sys:/proc' > /etc/rpm/macros.netshared after this workaround filesystem package will be updated inside systemd-nspawn container without any problems: # yum update filesystem *** Bug 1965093 has been marked as a duplicate of this bug. *** 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 (filesystem bug fix and enhancement update), 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-2021:4461 *** Bug 2027663 has been marked as a duplicate of this bug. *** |