Re: [PATCH] scsi_dh_alua: do not fail for unknown VPD identification

2016-05-10 Thread Bart Van Assche
On 05/06/2016 01:34 AM, Hannes Reinecke wrote: Not every device will return a useable VPD identification, but still might support ALUA. Rather then disable ALUA support we should be allowing the device identification to be empty and attach individual ALUA device handler to each devices.

Re: [PATCH] scsi_dh_alua: do not fail for unknown VPD identification

2016-05-08 Thread Paul Mackerras
On Fri, May 06, 2016 at 10:34:35AM +0200, Hannes Reinecke wrote: > Not every device will return a useable VPD identification, but > still might support ALUA. Rather then disable ALUA support we > should be allowing the device identification to be empty and > attach individual ALUA device handler

[PATCH] scsi_dh_alua: do not fail for unknown VPD identification

2016-05-06 Thread Hannes Reinecke
Not every device will return a useable VPD identification, but still might support ALUA. Rather then disable ALUA support we should be allowing the device identification to be empty and attach individual ALUA device handler to each devices. Reported-by: Paul Mackerras