From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Shinichiro Kawasaki Subject: Re: [PATCH v3 22/38] zbd: set thread errors in zbd_adjust_block() Date: Fri, 22 Jan 2021 05:12:22 +0000 Message-ID: <20210122051221.5rt7b3fjmh64ams6@shindev.dhcp.fujisawa.hgst.com> References: <20210106215739.264524-1-dmitry.fomichev@wdc.com> <20210106215739.264524-23-dmitry.fomichev@wdc.com> In-Reply-To: <20210106215739.264524-23-dmitry.fomichev@wdc.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 To: Dmitry Fomichev Cc: Jens Axboe , "fio@vger.kernel.org" , Aravind Ramesh , Bart Van Assche , Naohiro Aota , Niklas Cassel , Damien Le Moal List-ID: On Jan 07, 2021 / 06:57, Dmitry Fomichev wrote: > Several error conditions that are encountered during zone processing > in zbd_adjust_block() function cause it to return io_u_eof value. > This stops the i/o to the given file, but there is no error raised or > reported if this code is returned. For a few particular conditions, > just stopping the i/o is reasonable, but others are serious errors > that should be reported. >=20 > Add td_verror() calls to raise thread errors for a few abnormal > conditions during adjusting the i/o. The only test that needs to be > modified because of this changes is test #2. >=20 > Signed-off-by: Dmitry Fomichev Looks good to me. Reviewed-by: Shin'ichiro Kawasaki --=20 Best Regards, Shin'ichiro Kawasaki=