X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=udev-md-raid.rules;h=1d898332e4dee19c8467a077b133b88914c0beb3;hb=4dd968cc546aadc168efa0c6dd96d789a7b0a08f;hp=a4a57ac8353283b7d1311258eda1c1726984e87b;hpb=950bc34477adcaa8788f09255d2fcfa19c052b0f;p=thirdparty%2Fmdadm.git diff --git a/udev-md-raid.rules b/udev-md-raid.rules index a4a57ac8..1d898332 100644 --- a/udev-md-raid.rules +++ b/udev-md-raid.rules @@ -5,6 +5,8 @@ SUBSYSTEM!="block", GOTO="md_end" # handle potential components of arrays ENV{ID_FS_TYPE}=="linux_raid_member", ACTION=="remove", RUN+="/sbin/mdadm -If $name --path $env{ID_PATH}" ENV{ID_FS_TYPE}=="linux_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" +ENV{ID_FS_TYPE}=="isw_raid_member", ACTION=="remove", RUN+="/sbin/mdadm -If $name --path $env{ID_PATH}" +ENV{ID_FS_TYPE}=="isw_raid_member", ACTION=="add", RUN+="/sbin/mdadm --incremental $env{DEVNAME}" # handle md arrays ACTION!="add|change", GOTO="md_end"