summaryrefslogtreecommitdiffstats
path: root/hooks/raid
blob: cd1a9208b4ee5cb05b687ea8d89639c4fab73d3b (plain)
1
2
3
4
5
6
7
8
9
# vim: set ft=sh:
run_hook ()
{
    #TODO scan for these somehow...
    /sbin/modprobe -aq linear multipath raid0 raid1 raid456 raid10 >/dev/null 2>&1
    # md= can be specified multiple times.  The simplistic commandline
    #  parsing does not handle this, so we will let mdassemble parse it
    /bin/mdassemble ${CMDLINE}
}