lun4194304 has a LUN larger than allowed by the host adapter
Getting this?
Dec 25 09:56:14 mdskvm-p06 kernel: sd 0:0:0:0: lun4194304 has a LUN larger than allowed by the host adapter
Dec 25 09:56:14 mdskvm-p06 kernel: scsi 0:3:0:0: lun4194304 has a LUN larger than allowed by the host adapter
Fix it by adding the following and rebuilding the initramfs:
[root@mdskvm-p06 ~]# cat /etc/modprobe.d/lpfc.conf
options lpfc lpfc_nodev_tmo=10 lpfc_lun_queue_depth=32 lpfc_max_luns=65535
[root@mdskvm-p06 ~]# dracut -f
Thx,
AB