* Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 3.1.3-0.git20100804.2
- Add udev patch to not have incremental assembly in two rules files
This commit is contained in:
parent
a6b97325ff
commit
abe95e800b
@ -9,6 +9,7 @@ SUBSYSTEM=="block", ACTION=="remove", ENV{ID_FS_TYPE}=="linux_raid_member", \
|
|||||||
RUN+="/sbin/mdadm -If $env{DEVNAME}"
|
RUN+="/sbin/mdadm -If $env{DEVNAME}"
|
||||||
|
|
||||||
ENV{rd_NO_MDIMSM}=="?*", GOTO="md_imsm_inc_end"
|
ENV{rd_NO_MDIMSM}=="?*", GOTO="md_imsm_inc_end"
|
||||||
|
ENV{noiswmd}=="?*", GOTO="md_imsm_inc_end"
|
||||||
# In case the initramfs only started some of the arrays in our container,
|
# In case the initramfs only started some of the arrays in our container,
|
||||||
# run incremental assembly on the container itself. Note: we ran mdadm
|
# run incremental assembly on the container itself. Note: we ran mdadm
|
||||||
# on the container in 64-md-raid.rules, and that's how the MD_LEVEL
|
# on the container in 64-md-raid.rules, and that's how the MD_LEVEL
|
||||||
|
@ -74,6 +74,9 @@ fi
|
|||||||
%attr(0700,root,root) %dir /var/run/mdadm
|
%attr(0700,root,root) %dir /var/run/mdadm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 3.1.3-0.git20100804.2
|
||||||
|
- Add udev patch to not have incremental assembly in two rules files
|
||||||
|
|
||||||
* Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 3.1.3-0.git20100804.1
|
* Wed Aug 04 2010 Doug Ledford <dledford@redhat.com> - 3.1.3-0.git20100804.1
|
||||||
- Update to latest upstream release (resolves an issue with stale lock
|
- Update to latest upstream release (resolves an issue with stale lock
|
||||||
files on the md device map file)
|
files on the md device map file)
|
||||||
|
Loading…
Reference in New Issue
Block a user