From owner-svn-src-all@FreeBSD.ORG Mon Sep 15 09:04:40 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F103168F; Mon, 15 Sep 2014 09:04:39 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id B2B2E25D; Mon, 15 Sep 2014 09:04:39 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id BDE4120E7088D; Mon, 15 Sep 2014 09:04:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.multiplay.co.uk X-Spam-Level: * X-Spam-Status: No, score=1.3 required=8.0 tests=AWL,BAYES_00,DOS_OE_TO_MX, FSL_HELO_NON_FQDN_1,RDNS_DYNAMIC,STOX_REPLY_TYPE autolearn=no version=3.3.1 Received: from r2d2 (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTP id 241E120E70886; Mon, 15 Sep 2014 09:04:30 +0000 (UTC) Message-ID: <1B0D590AE4FF45DFAA7328244352D33F@multiplay.co.uk> From: "Steven Hartland" To: "Andriy Gapon" , , , References: <201409111621.s8BGLpYJ019867@svn.freebsd.org> <5416A9E8.2080403@FreeBSD.org> Subject: Re: svn commit: r271429 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs Date: Mon, 15 Sep 2014 10:04:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 09:04:40 -0000 ----- Original Message ----- From: "Andriy Gapon" > On 11/09/2014 19:21, Steven Hartland wrote: >> Author: smh >> Date: Thu Sep 11 16:21:51 2014 >> New Revision: 271429 >> URL: http://svnweb.freebsd.org/changeset/base/271429 >> >> Log: >> Persist vdev_resilver_txg changes to avoid panic caused by validation >> vs a vdev_resilver_txg value from a previous resilver. > > Looks that this change is a prime candidate for a discussion with OpenZFS folks. > I know that it is a pain to go through all hoops for submitting a change to > illumos, but at the very least we should let them know of the problem. Yep I already raised the bug: https://www.illumos.org/issues/5154 ;-) If I could actually send emails to their mailing list I would have discused but the OpenZFS list has been broken for weeks. I've raised it with Matt, who directed me at Luke but had no response from him :( Regards Steve