Browse Source

do not force to run the mdraid array for the incremental add

master
Harald Hoyer 16 years ago
parent
commit
4286a25041
  1. 2
      modules.d/90mdraid/61-mdadm.rules

2
modules.d/90mdraid/61-mdadm.rules

@ -7,6 +7,6 @@ ACTION!="add|change", GOTO="raid_end" @@ -7,6 +7,6 @@ ACTION!="add|change", GOTO="raid_end"
KERNEL=="md/*", GOTO="raid_end"

KERNEL=="md*", IMPORT{program}="vol_id --export $tempnode"
ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -IR $root/%k"
ENV{ID_FS_TYPE}=="linux_raid_member", RUN+="/sbin/mdadm -I $env{DEVNAME}"

LABEL="raid_end"

Loading…
Cancel
Save