Bug 1381596
Summary: | SELinux is preventing worker from 'read' accesses on the blk_file /dev/dm-11. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ting-Wei Lan <lantw44> |
Component: | systemd | Assignee: | Lukas Vrabec <lvrabec> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 24 | CC: | agedosier, berrange, clalancette, dominick.grift, dwalsh, itamar, johannbg, laine, libvirt-maint, lnykryn, lvrabec, mgrepl, msekleta, muadda, plautrba, pmoore, ssahani, s, systemd-maint, veillard, virt-maint, zbyszek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:c51767bcc139188e5b1b213bea45fd8f49bffe649ea55dc4f1641ab3b7eb9c6f;VARIANT_ID=workstation; | ||
Fixed In Version: | systemd-229-16.fc24 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-10-07 06:03:04 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ting-Wei Lan
2016-10-04 14:01:36 UTC
I found the problem can be reproduced by running 'systemctl try-restart systemd-udev-trigger.service'. This command is included in systemd-udev scriptlets, so it can also happen when updating systemd. Move it to systemd because it is a change in systemd.spec that causes the issue to become annoying and easily reproducible: http://pkgs.fedoraproject.org/cgit/rpms/systemd.git/commit/?id=c16b573 Looks like udev or something changed the label on this device. Looks like another good reason not to do dnf upgrade on a running machine. Thia problem has been fixed by removing 'systemctl try-restart systemd-udev-trigger.service' in systemd.spec. |