]> git.ipfire.org Git - thirdparty/dracut.git/commit
95lunmask: Add module to handle LUN masking 337/head
authorHannes Reinecke <hare@suse.de>
Wed, 11 Nov 2015 11:20:33 +0000 (12:20 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Mon, 18 Dec 2017 23:34:45 +0000 (00:34 +0100)
commit10f06425a597ca797b8efbf45e8838c4d30651e9
tree7485e3b2bff1055618e0fb67f95e1d2ed0608896
parent43634c2469a33c80c235f9bfe254002c6bea5448
95lunmask: Add module to handle LUN masking

Using the module option 'scsi_mod.scan=manual'
this implements LUN masking by selectively enable only those
devices required for booting.

References: bsc#954600,FATE#319786

Signed-off-by: Hannes Reinecke <hare@suse.de>
modules.d/95lunmask/fc_transport_scan_lun.sh [new file with mode: 0755]
modules.d/95lunmask/module-setup.sh [new file with mode: 0755]
modules.d/95lunmask/parse-lunmask.sh [new file with mode: 0755]
modules.d/95lunmask/sas_transport_scan_lun.sh [new file with mode: 0755]