]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
hpsa: correct skipping masked peripherals
authorDon Brace <don.brace@microsemi.com>
Fri, 1 Jul 2016 18:37:31 +0000 (13:37 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 15 Jul 2016 19:40:39 +0000 (15:40 -0400)
commit64ce60cab24603ac0fcd59c9fbc3be78f4c4d229
treec45c5bc174ed56461c455b22c90c0735068d321a
parent094f71c70b5c25176709081cedda23228a0d82ab
hpsa: correct skipping masked peripherals

The SA controller spins down RAID drive spares.

A REGNEWD event causes an inquiry to be sent to all physical
drives. This causes the SA controller to spin up the spare.

The controller suspends all I/O to a logical volume until
the spare is spun up. The spin-up can take over 50 seconds.

This can result in one or both of the following:
 - SML sends down aborts and resets to the logical volume
   and can cause the logical volume to be off-lined.
 - a negative impact on the logical volume's I/O performance
   each time a REGNEWD is triggered.

Reviewed-by: Scott Teel <scott.teel@microsemi.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hpsa.c