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 834908 Details for
Bug 1026860
lvm2: services specified with SYSTEMD_WANTS are not started for some LVM volumes
[?]
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 for udev rules which fixes the issue w/o change to systemd
lvm-metad-rules.patch (text/plain), 1.46 KB, created by
Zbigniew Jędrzejewski-Szmek
on 2013-12-10 20:06:41 UTC
(
hide
)
Description:
patch for udev rules which fixes the issue w/o change to systemd
Filename:
MIME Type:
Creator:
Zbigniew Jędrzejewski-Szmek
Created:
2013-12-10 20:06:41 UTC
Size:
1.46 KB
patch
obsolete
>--- /usr/lib/udev/rules.d/69-dm-lvm-metad.rules 2013-10-30 09:55:18.000000000 -0400 >+++ /etc/udev/rules.d/69-dm-lvm-metad.rules 2013-12-09 10:26:23.150000000 -0500 >@@ -43,6 +43,7 @@ > # DM device: > KERNEL!="dm-[0-9]*", GOTO="next" > ENV{DM_UDEV_PRIMARY_SOURCE_FLAG}=="1", ENV{DM_ACTIVATION}=="1", GOTO="lvm_scan" >+ENV{SYSTEMD_READY}="0" > GOTO="lvm_end" > > # MD device: >@@ -52,6 +53,7 @@ > ACTION=="add", ENV{LVM_MD_PV_ACTIVATED}=="1", GOTO="lvm_scan" > ACTION=="change", ENV{LVM_MD_PV_ACTIVATED}!="1", TEST=="md/array_state", ENV{LVM_MD_PV_ACTIVATED}="1", GOTO="lvm_scan" > ACTION=="add", KERNEL=="md[0-9]*p[0-9]*", GOTO="lvm_scan" >+ENV{SYSTEMD_READY}="0" > GOTO="lvm_end" > > # Loop device: >@@ -59,6 +61,7 @@ > KERNEL!="loop[0-9]*", GOTO="next" > ACTION=="add", ENV{LVM_LOOP_PV_ACTIVATED}=="1", GOTO="lvm_scan" > ACTION=="change", ENV{LVM_LOOP_PV_ACTIVATED}!="1", TEST=="loop/backing_file", ENV{LVM_LOOP_PV_ACTIVATED}="1", GOTO="lvm_scan" >+ENV{SYSTEMD_READY}="0" > GOTO="lvm_end" > > # If the PV is not a special device listed above, scan only after device addition (ADD event) >@@ -80,6 +83,7 @@ > # MD | | X | X* | | > # loop | | X | X* | | > # other | X | | X | | X >+ENV{SYSTEMD_READY}="1" > ENV{SYSTEMD_ALIAS}="/dev/block/$major:$minor" > ENV{ID_MODEL}="LVM PV $env{ID_FS_UUID_ENC} on /dev/$name" > ENV{SYSTEMD_WANTS}="lvm2-pvscan@$major:$minor.service"
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 1026860
:
819884
|
820103
|
821290
|
825336
|
826242
|
828712
|
828793
|
828798
|
829446
|
829448
|
829449
| 834908 |
847177
|
847342