Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 865494 Details for
Bug 1067422
Mark loop devices with no file attached as SYSTEMD_READY=0
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to use SYSTEMD_READY=0 for uninitialized loop devices
use-systemd_ready_0-for-uninitialized-loop-devs.patch (text/plain), 845 bytes, created by
Peter Rajnoha
on 2014-02-20 12:42:22 UTC
(
hide
)
Description:
Patch to use SYSTEMD_READY=0 for uninitialized loop devices
Filename:
MIME Type:
Creator:
Peter Rajnoha
Created:
2014-02-20 12:42:22 UTC
Size:
845 bytes
patch
obsolete
> rules/99-systemd.rules.in | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/rules/99-systemd.rules.in b/rules/99-systemd.rules.in >index 021359a..6ed4f3c 100644 >--- a/rules/99-systemd.rules.in >+++ b/rules/99-systemd.rules.in >@@ -25,6 +25,9 @@ SUBSYSTEM=="block", ENV{DEVTYPE}=="disk", KERNEL=="md*", ATTR{md/array_state}==" > # Ignore nbd devices in the "add" event, with "change" the nbd is ready > ACTION=="add", SUBSYSTEM=="block", KERNEL=="nbd*", ENV{SYSTEMD_READY}="0" > >+# Ignore loop devices that don't have any file attached >+ACTION=="add|change", KERNEL=="loop[0-9]*", TEST!="loop/backing_file", ENV{SYSTEMD_READY}="0" >+ > # We need a hardware independent way to identify network devices. We > # use the /sys/subsystem path for this. Current vanilla kernels don't > # actually support that hierarchy right now, however upcoming kernels
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1067422
: 865494