90mdraid/65-md-incremental-imsm.rules: incremental run to settled

move incremental run to settled queue again

https://bugzilla.redhat.com/show_bug.cgi?id=732967
master
Harald Hoyer 2011-08-24 16:35:33 +02:00
parent 8cf621ffd9
commit 1073b9f93a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ LABEL="do_md_inc"
ENV{rd_MDADMCONF}!="?*", GOTO="md_auto_end"

RUN+="/sbin/initqueue --finished --unique --name md_finished /sbin/md_finished.sh"
RUN+="/sbin/initqueue --timeout --onetime --unique /sbin/mdadm_auto"
RUN+="/sbin/initqueue --settled --onetime --unique /sbin/mdadm_auto"

GOTO="md_inc_end"