From owner-freebsd-current@freebsd.org Sat Jan 9 14:43:07 2016 Return-Path: Delivered-To: freebsd-current@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 568DEA69112 for ; Sat, 9 Jan 2016 14:43:07 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: from mail-ig0-x22d.google.com (mail-ig0-x22d.google.com [IPv6:2607:f8b0:4001:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 275E11859; Sat, 9 Jan 2016 14:43:07 +0000 (UTC) (envelope-from 214748mv@gmail.com) Received: by mail-ig0-x22d.google.com with SMTP id ik10so97132801igb.1; Sat, 09 Jan 2016 06:43:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jx4JxmS0mSMBl/wFNPLvHqjhpBuSgpP3SI3ZL1PjiPk=; b=ctQERl6IM+F61l/fMd8KWMdF7DPIGoLy4inhlU/ueilUwASHbqgQbPYNUEUS4gd44k cVwNPCwwBvcEv2s1Vv0s6wxBuo4d4U4tV8rU0ln+bpP8mvzgCVot1df75W7xkI1QmyS7 UIpT/MXYTHBVe72rYAP3DVFfE2HfX5q+LW18Xb/92LrDWnUPz6t6/GMOJKHqmwqsH8QZ /9gZczyKvW4qVfVOW4MLruk28TNaFpo5fnooRhrJpLxY25C3mIAbOf1xVzSiLg0gQ6MP fsbmd9ZGzYo33SBdZxWVAxqarIEtb6XTbMClqnq+utP30Q6qmRiRwA+G6Nke1BAY/ouK VfjA== MIME-Version: 1.0 X-Received: by 10.50.88.7 with SMTP id bc7mr4123742igb.24.1452350586515; Sat, 09 Jan 2016 06:43:06 -0800 (PST) Received: by 10.79.124.6 with HTTP; Sat, 9 Jan 2016 06:43:06 -0800 (PST) In-Reply-To: <5690DE73.7080903@delphij.net> References: <20160109100029.524a69ee.ohartman@zedat.fu-berlin.de> <5690DE73.7080903@delphij.net> Date: Sat, 9 Jan 2016 15:43:06 +0100 Message-ID: Subject: Re: [zfs] Cache on SD stops working after updating to 11-CURRENT r291458 amd64 From: "Ranjan1018 ." <214748mv@gmail.com> To: Xin Li Cc: "O. Hartmann" , FreeBSD CURRENT , Alan Somers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2016 14:43:07 -0000 2016-01-09 11:18 GMT+01:00 Xin Li : > Please subscribe: > > https://bugs.freebsd.org/205882 > > You can locally apply -r292066 or modify the code to skip the check when > pguid is 0 as a stopgap. > > Cheers, > > Thank you Xin it works, I have replace vdev_geom.c r292066 with r274619, rebuild and reinstalled the kernel and now, the zfs cache, works as before. I have done this test with: # uname -a FreeBSD ativ 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r293438: Fri Jan 8 21:19:19 CET 2016 root@ativ:/usr/obj/usr/src/sys/GENERIC amd64 Regards, -- Maurizio