summaryrefslogtreecommitdiff
path: root/modules.d/90multipath
AgeCommit message (Expand)AuthorFilesLines
2013-06-28use "rm --" to guard against filenames beginning with "-"Harald Hoyer1-1/+1
2013-03-25multipath: install native systemd serviceHarald Hoyer1-3/+11
2012-08-23Add for_each_host_dev_and_slaves for device only checkingdyoung@redhat.com1-3/+2
2012-07-27fixed install locations for udev rules and change to IMPORT{builtin}Harald Hoyer1-2/+3
2012-07-26multipath/module-setup.sh: add dm dependencyHarald Hoyer1-0/+1
2012-07-2690multipath: added kpartx.rules; multipath.rules - different prefixAmadeusz Żołnowski1-1/+1
2012-07-2690multipath: check() - Regexp fix to match multipath partition.Chao Wang1-1/+1
2012-07-25require kpartx and partx for some modulesHarald Hoyer1-7/+8
2012-06-29modules.d/*/module-setup.sh: combine and specify type for installsHarald Hoyer1-6/+3
2012-06-29modules.d/*/module-setup.sh: no more sourcing of dracutfunctionsHarald Hoyer1-3/+0
2012-06-29multipath/module-setup.sh:installkernel() fix return codeHarald Hoyer1-12/+31
2012-06-21check for arch before installing drivers/s390Harald Hoyer1-1/+1
2012-06-01fix return value of some installkernel() functionsHarald Hoyer1-0/+3
2012-04-25multipath/module-setup.sh: fix host-only/mount checksHarald Hoyer1-9/+7
2012-04-23merge "cleanup" and "pre-pivot-cleanup" hooksHarald Hoyer1-1/+1
2012-04-19move cleanup scripts to pre-pivot-cleanup hookDave Young1-1/+1
2012-04-16Debian multiarch supportJon Ander Hernandez1-2/+4
2012-02-13shutdown on demandHarald Hoyer1-0/+1
2012-01-26fix kernel modules search for s390Harald Hoyer1-1/+1
2012-01-23iscsi/multipath: also search in drivers/s390/scsiHarald Hoyer1-1/+1
2012-01-23add xz compression for kernel modulesJames Buren1-0/+1
2011-10-20*/module-setup.sh: turn off debugging for module searchHarald Hoyer1-0/+2
2011-09-01instmods: get filenames from stdin if no args; use itJohn Reiser1-5/+10
2011-08-12add filter_kernel_modules_by_path() to speed up module searchHarald Hoyer1-1/+2
2011-05-12dracut-functions: make local vars local and prefix with "_"Harald Hoyer1-5/+7
2011-05-10removed trailing whitespacesHarald Hoyer2-2/+2
2011-02-02renamed module-info.sh to module-setup.shHarald Hoyer1-0/+0
2011-02-02multipath: use new "-B" parameterHarald Hoyer1-2/+2
2011-02-02replaced check,install,installkernel with module-info.shHarald Hoyer4-59/+63
2010-12-06multipath/install: install the complete /etc/multipath directoryHarald Hoyer1-1/+1
2010-09-10reformat source codeHarald Hoyer5-0/+10
2010-08-23use $libdir and $usrlibdir instead of individual detect with lddAmadeusz Żołnowski1-9/+1
2010-08-23use 'type' built-in instead of external cmd 'which' in every Bash scriptAmadeusz Żołnowski2-3/+3
2010-07-20multipath: install by default, but run only if wwids are presentHarald Hoyer2-6/+8
2010-05-27multipath: remove multipath udev rules, if no multipath.conf was foundHarald Hoyer1-2/+4
2010-05-27multipath: simplify and install wwids (rhbz 595719)Harald Hoyer4-31/+3
2010-05-07use "grep" directly without "nm" to drop binutils requirementHarald Hoyer1-1/+1
2010-02-25Use multipath if it's installed and being used for the root fs.Peter Jones2-10/+6
2010-02-12Fixed: Move multipath scan earlier. It must go before any other dm rules.Harald Hoyer1-1/+1
2010-02-05Move multipath scan earlier. It must go before any other dm rules.Peter Jones1-0/+0
2010-01-27Add a check file for multipath.Peter Jones1-0/+27
2010-01-12multipath: check for existance before trying to installHarald Hoyer1-1/+1
2009-11-30multipath: supress warnings, if multipath not installed on systemHarald Hoyer1-2/+2
2009-11-26multipath: corrected initqueue parameterHarald Hoyer1-1/+1
2009-11-25This has to be executable.Peter Jones1-0/+0
2009-11-25Fix missing shell variables.Peter Jones1-1/+1
2009-11-25Bring up multipath devices that are configured in multipath.conf.Peter Jones3-0/+28
2009-11-25Make sure and get all the multipath related modules.Peter Jones1-1/+8
2009-11-25Add #!/bin/bash for consistency.Peter Jones1-0/+2
2009-11-25Use glob for libdir when installing multipath libraries.Peter Jones1-2/+8