From owner-svn-src-all@FreeBSD.ORG Mon Sep 15 15:18:50 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA1C8E4F; Mon, 15 Sep 2014 15:18:50 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE70FCB; Mon, 15 Sep 2014 15:18:49 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id n15so1045132lbi.20 for ; Mon, 15 Sep 2014 08:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nGRMjrjRpDRkWhqL9z6JxXydz449c09WueE4iJzLUss=; b=hEE5c3o+MEGPKixRF1Cl3P+/jLs6kmeG6yjVkE6a51966CY+zVstw4ZuIyqtCJE/8k JJqM5Itj6GUDzq+TM5Iq3vx4jsPi9AQ5LIhgfTA31rdCZbA7d1M6vcLr/hYWM6M3woII P53MDHMFmir7f+/mr6l5HANOPmpPZ/XJ54Yf1i/bL/RF80Vo2nD/+JMoCfRJZbYqPDuf XwBbgWSnyC4D4aGQk/mxB7AIvz6xvvtPQ+8Dx7p5Cp3BeQDMvnCGQYQSTPS7dXMdLeZB YSu1bIweoShPAFLi8MNBHG5NcmnNbCLIg8JucYuE31o86aZcuff18CJ9eExY02AA94Dx 9Lwg== MIME-Version: 1.0 X-Received: by 10.152.18.130 with SMTP id w2mr4041869lad.89.1410794327271; Mon, 15 Sep 2014 08:18:47 -0700 (PDT) Sender: mahrens@gmail.com Received: by 10.112.140.228 with HTTP; Mon, 15 Sep 2014 08:18:47 -0700 (PDT) In-Reply-To: <1B0D590AE4FF45DFAA7328244352D33F@multiplay.co.uk> References: <201409111621.s8BGLpYJ019867@svn.freebsd.org> <5416A9E8.2080403@FreeBSD.org> <1B0D590AE4FF45DFAA7328244352D33F@multiplay.co.uk> Date: Mon, 15 Sep 2014 08:18:47 -0700 X-Google-Sender-Auth: 3wrbXT1TSMNMtdMntR4F-E9TLy8 Message-ID: Subject: Re: svn commit: r271429 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs From: Matthew Ahrens To: Steven Hartland Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Andriy Gapon 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 15:18:50 -0000 On Mon, Sep 15, 2014 at 2:04 AM, Steven Hartland wrote: > ----- 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 ;-) > > I don't know that anyone reads illumos bug submissions (I don't). > 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 :( > > The list works fine for me. Keep bugging Luke. You can also bug Martin ( mm@freebsd.org). --matt