Re: scanning for LUNs

2013-04-08 Thread Hannes Reinecke
...@suse.com; h...@infradead.org; linux- s...@vger.kernel.org Subject: Re: scanning for LUNs On Thu, 2013-04-04 at 08:12 -0700, K. Y. Srinivasan wrote: Here is the code snippet for scanning LUNS (drivers/scsi/scsi_scan.c in function __scsi_scan_target()): /* * Scan LUN 0

RE: scanning for LUNs

2013-04-08 Thread KY Srinivasan
@vger.kernel.org Subject: Re: scanning for LUNs On 04/04/2013 07:12 PM, KY Srinivasan wrote: -Original Message- From: James Bottomley [mailto:jbottom...@parallels.com] Sent: Thursday, April 04, 2013 11:15 AM To: KY Srinivasan Cc: gre...@linuxfoundation.org; linux-ker

Re: scanning for LUNs

2013-04-04 Thread James Bottomley
On Thu, 2013-04-04 at 08:12 -0700, K. Y. Srinivasan wrote: Here is the code snippet for scanning LUNS (drivers/scsi/scsi_scan.c in function __scsi_scan_target()): /* * Scan LUN 0, if there is some response, scan further. Ideally, we * would not configure LUN 0

RE: scanning for LUNs

2013-04-04 Thread KY Srinivasan
...@vger.kernel.org Subject: Re: scanning for LUNs On Thu, 2013-04-04 at 08:12 -0700, K. Y. Srinivasan wrote: Here is the code snippet for scanning LUNS (drivers/scsi/scsi_scan.c in function __scsi_scan_target()): /* * Scan LUN 0, if there is some response, scan further