mdraid: --no-degraded not allowed with -I

master
Harald Hoyer 2010-08-02 11:05:11 +02:00
parent f007e84e8e
commit d752c51b90
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ LABEL="md_auto_end"
#
# Incrementally build the md array
#
RUN+="/sbin/mdadm -I --no-degraded $env{DEVNAME}"
RUN+="/sbin/mdadm -I $env{DEVNAME}"

RUN+="/bin/ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh"