From owner-svn-src-head@FreeBSD.ORG Sun Jan 18 03:55:52 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EFA5E08 for ; Sun, 18 Jan 2015 03:55:52 +0000 (UTC) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) (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 D95592E2 for ; Sun, 18 Jan 2015 03:55:51 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id l18so4429831wgh.10 for ; Sat, 17 Jan 2015 19:55:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EMqmKDste9WvslNXHrxNK+iPHYwIeFgQSwelUpNCAa4=; b=lXRboBOH44EB2VxqQWMT4/YOhFAVd3E36WtV2yQvINUd6r98fvVG/wxwt0ch7yzgfa ThggVpnphYu+ww1b1ho+TjhnW92QnjBmakSYZkiXRFxhsPS7Tsx+zZsJEXJQWAOBPDNd KvjiZB8BdMkfgFg5pzm3YCa5hC+blUmVQK42kAJIH03QT3Fn3AxlnPRhqRNw8bFS7ZAd s9lU8MXvV+xCyycon8PR8qVD9JWrJNyVOvM7Hp1VOqjDywox3zVlBao14Q6UnmXIMrit PkNbBvyT9/EAduJ6KDRq66cflPZBfoDeVeqCXfc3q9BmyPmTyl+fn47HklzE4BDPHlfe tmsA== X-Gm-Message-State: ALoCoQkzzcICN8VnmhDPcvf6kglTvukfYvf6Mrb3BdQl8X8ZPOiqcV0GUvuKATFzrjOTjbFz6qRx X-Received: by 10.194.80.193 with SMTP id t1mr25204422wjx.8.1421553344591; Sat, 17 Jan 2015 19:55:44 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id fi10sm8833718wib.13.2015.01.17.19.55.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Jan 2015 19:55:43 -0800 (PST) Message-ID: <54BB2EBB.3090006@multiplay.co.uk> Date: Sun, 18 Jan 2015 03:55:39 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: d@delphij.net, svn-src-head@freebsd.org Subject: Re: svn commit: r276123 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs References: <201412230931.sBN9VPMK017968@svn.freebsd.org> <54A35B88.9090102@delphij.net> <54A39153.8040905@freebsd.org> <54A3ACEF.70905@delphij.net> <54A5AC21.5070802@multiplay.co.uk> <54A6DB61.9060607@delphij.net> In-Reply-To: <54A6DB61.9060607@delphij.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 03:55:52 -0000 On 02/01/2015 17:54, Xin Li wrote: > Yes, this fixes the problem, thanks for working on it. I'm not fully > convinced with the approach though -- shouldn't we update the > cachefile (again) when the pool become available? Just been looking at this again and when I import a pool which was previously unavailable it does write the cache file out. Do you have some basic reproduction steps for your setup where it isn't? Regards Steve