Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

hpsa: kill annoying messages about SSD Smart Path retries

There's nothing the user can or should do about these messages,
the commands are retried down the normal RAID path, and the
messages just flood the logs and sap performance.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Reviewed-by: Joe Handzik <joseph.t.handzik@hp.com>
Reviewed-by: Mike Miller <michael.miller@canonical.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>

authored by

Stephen M. Cameron and committed by
Christoph Hellwig
c45166be d5b5d964

-10
-10
drivers/scsi/hpsa.c
··· 1653 1653 if (is_logical_dev_addr_mode(dev->scsi3addr) && 1654 1654 c2->error_data.serv_response == 1655 1655 IOACCEL2_SERV_RESPONSE_FAILURE) { 1656 - if (c2->error_data.status == 1657 - IOACCEL2_STATUS_SR_IOACCEL_DISABLED) 1658 - dev_warn(&h->pdev->dev, 1659 - "%s: Path is unavailable, retrying on standard path.\n", 1660 - "HP SSD Smart Path"); 1661 - else 1662 - dev_warn(&h->pdev->dev, 1663 - "%s: Error 0x%02x, retrying on standard path.\n", 1664 - "HP SSD Smart Path", c2->error_data.status); 1665 - 1666 1656 dev->offload_enabled = 0; 1667 1657 h->drv_req_rescan = 1; /* schedule controller for a rescan */ 1668 1658 cmd->result = DID_SOFT_ERROR << 16;