From owner-freebsd-fs@freebsd.org Mon Oct 31 14:47:09 2016 Return-Path: Delivered-To: freebsd-fs@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 52D0EC27F33 for ; Mon, 31 Oct 2016 14:47:09 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [148.251.9.81]) by mx1.freebsd.org (Postfix) with ESMTP id 1C93813AC; Mon, 31 Oct 2016 14:47:09 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.17.133] (unknown [89.113.128.32]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 60307CB1; Mon, 31 Oct 2016 17:47:02 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: ZFS L2ARC checksum errors after compression References: <921575537.20161029143626@serebryakov.spb.ru> <3dae7691-fcd1-b3b9-445c-b81d6f0cdc52@FreeBSD.org> To: Andriy Gapon , freebsd-fs From: Lev Serebryakov Organization: FreeBSD Message-ID: Date: Mon, 31 Oct 2016 17:47:00 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <3dae7691-fcd1-b3b9-445c-b81d6f0cdc52@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 14:47:09 -0000 On 29.10.2016 16:32, Andriy Gapon wrote: > I think that a recent upstream change, compressed ARC support, reintroduced an a > old problem that was fixed a while ago. Nope. This patch didn't help. r308088 with this patch shows checksum errors as soon as "ALLOC" on L2ARC becomes greater than "SIZE". Also, "zpool list -v" shows "16.0E" of free space: % zpool list -v NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT ... gpt/l2arc 185G 189G 16.0E - 0% 102% ... -- // Lev Serebryakov