On 09/09/15 03:22, David Gibson wrote: > The implementation of the PAPR paravirtual SCSI adapter currently > allows up to 32 LUNs (max_lun == 31). However the adapter isn't really > designed to support lots of devices - the PowerVM implementation only > ever puts one disk per vSCSI controller.
Do you know how many LUNs are advertised by PowerVM? > More specifically, the Linux guest side vscsi driver (the only one we > really care about) is hardcoded to allow a maximum of 8 LUNs. So what about changing the vscsi driver in Linux instead to support more LUNs? Thomas