commit | acd6d73826224c20c44f505f56b0503f022d695c | [log] [tgz] |
---|---|---|
author | Rob Evers <revers@redhat.com> | Tue Dec 16 11:01:20 2014 -0500 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jan 09 15:44:16 2015 +0100 |
tree | bb68748e8a5fe87ad511b543f92a08d6a21bebce | |
parent | 2a904e5dd9b832fe70d86b70ce6e273d67e94389 [diff] |
scsi: retry report-luns when reported LU count requres more memory Update scsi_report_lun_scan to initially always report up to 511 LUs, as the previous default max_report_luns did. Retry in a loop if not enough memory is available for the number of LUs reported. Parameter max_report_luns is removed as it is no longer used. Signed-off-by: Rob Evers <revers@redhat.com> Reviewed-by: Ewan D. Milne <emilne@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de>