From owner-svn-src-head@freebsd.org Thu May 18 02:00:27 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 322E1D71F05; Thu, 18 May 2017 02:00:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E43E315C2; Thu, 18 May 2017 02:00:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (unknown [127.0.1.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id E17486DD2; Thu, 18 May 2017 02:00:25 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 61FC477E5; Thu, 18 May 2017 02:00:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id IRxYv4NmvBLL; Thu, 18 May 2017 02:00:21 +0000 (UTC) Subject: Re: svn commit: r310230 - head/sys/cam/scsi DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com B28DA77DF To: Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201612181502.uBIF2o4a023448@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Wed, 17 May 2017 19:00:03 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <201612181502.uBIF2o4a023448@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3aWcPsVgnSaKubs64dVRi18s1MHXPfvK3" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 02:00:27 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3aWcPsVgnSaKubs64dVRi18s1MHXPfvK3 Content-Type: multipart/mixed; boundary="9uU2E3GaNi2sIbabd7nVWw3INDW82ucjL"; protected-headers="v1" From: Bryan Drewery To: Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: Subject: Re: svn commit: r310230 - head/sys/cam/scsi References: <201612181502.uBIF2o4a023448@repo.freebsd.org> In-Reply-To: <201612181502.uBIF2o4a023448@repo.freebsd.org> --9uU2E3GaNi2sIbabd7nVWw3INDW82ucjL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/18/16 7:02 AM, Alexander Motin wrote: > Author: mav > Date: Sun Dec 18 15:02:50 2016 > New Revision: 310230 > URL: https://svnweb.freebsd.org/changeset/base/310230 >=20 > Log: > Don't treat informational exceptions (warnings and impending failures= ) > a.k.a. SCSI SMART events as errors. Log them to console and continue= =2E > =20 > MFC after: 2 weeks >=20 > Modified: > head/sys/cam/scsi/scsi_all.c >=20 > Modified: head/sys/cam/scsi/scsi_all.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/cam/scsi/scsi_all.c Sun Dec 18 14:54:20 2016 (r310229) > +++ head/sys/cam/scsi/scsi_all.c Sun Dec 18 15:02:50 2016 (r310230) > @@ -1233,58 +1233,58 @@ static struct asc_table_entry asc_table[ > { SST(0x0A, 0x00, SS_FATAL | ENOSPC, > "Error log overflow") }, > /* DTLPWROMAEBKVF */ > - { SST(0x0B, 0x00, SS_RDEF, > + { SST(0x0B, 0x00, SS_NOP | SSQ_PRINT_SENSE, After this change (removing SS_RETRY), will a retry still occur on the changed SENSE exceptions via something else? --=20 Regards, Bryan Drewery --9uU2E3GaNi2sIbabd7nVWw3INDW82ucjL-- --3aWcPsVgnSaKubs64dVRi18s1MHXPfvK3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJZHQAkAAoJEDXXcbtuRpfPSzEH/iBsxxIu8mdgMWT1ebnduODn lzH2atkYEbM8ubW2b5Qv20ssEru2bWVFKfBqJ5Vsntcqi1FI+NB9B0X/+7Pazdeu IwPUzi/9/eJX+vQgftqVLd4pbxz4L6AcUKMP30/Zxas/eYnqg7uN8b55wDk8EHAj xMEJD3Lb5ezyLIzdULVlU0QQiGWYit33cXZGdS6+GOBb7vtYZcgRNUfN+6JoaTH9 CjKxErdzoLtWJ0F3udrXRVxps1qWHFMksifhaDEoLqAKdZciH1K+UbvSbt09BbnC o9FLXkk3d6u0fzK9tzanHfwk7tzVmxDtZhxXymvuHa4pZzOPCdwSL+CJKVneJaI= =B4gY -----END PGP SIGNATURE----- --3aWcPsVgnSaKubs64dVRi18s1MHXPfvK3--