Re: [dm-devel] [PATCH] scsi: add new RDAC LENOVO/DE_Series device

2019-04-03 Thread Martin K. Petersen


Xose,

> Blacklist "Universal Xport" LUN, it's used for in-band storage array
> management.  And add it to the rdac dh family.

Applied to 5.1/scsi-fixes, thanks.

-- 
Martin K. Petersen  Oracle Linux Engineering

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel


[dm-devel] dracut: multipath module

2019-04-03 Thread Xose Vazquez Perez
Hi,


This only works in a Fedora/RH distribution:


- dracut/modules.d/90multipath/module-setup.sh:97:[ -n "$_allow" ] && 
mpathconf $_allow --outfile ${initdir}/etc/multipath.conf
  
^
   
https://src.fedoraproject.org/rpms/device-mapper-multipath/blob/master/f/0012-RH-add-mpathconf.patch


- dracut/modules.d/90multipath/multipathd.sh:3:if getargbool 1 rd.multipath -d 
-n rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then

 ^^
- dracut/modules.d/90multipath/multipathd-stop.sh:3:if [ -e /etc/multipath.conf 
]; then
   
^^
   
https://src.fedoraproject.org/rpms/device-mapper-multipath/blob/master/f/0010-RH-don-t-start-without-a-config-file.patch

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel