]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r317745:
authorken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 May 2017 14:48:39 +0000 (14:48 +0000)
committerken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 May 2017 14:48:39 +0000 (14:48 +0000)
commitdcbcb185964c869fb41a3874379c4c9d5f0d3bdd
tree00a26a556c06c9b2625a88deba19d4605836f320
parentbdcf3e0ae5c8c0e8a2ab58643249c3d382501cbe
MFC r317745:

  Don't bother retrying errors for encrypted drives that are locked.

  sys/cam/scsi/scsi_all.c:
   In the asc_table, if we get a 0x20,0x02 error ("Access denied -
   no access rights"), don't bother retrying.  Instead, immediately
   fail the command.

   This is the error returned by Self Encrypting Drives (SED) when
   they are locked.

Sponsored by: Spectra Logic

git-svn-id: svn://svn.freebsd.org/base/stable/10@317941 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/scsi/scsi_all.c