From owner-freebsd-current@FreeBSD.ORG Sun Oct 27 17:38:18 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id B6B7E34C for ; Sun, 27 Oct 2013 17:38:18 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 815B422B6 for ; Sun, 27 Oct 2013 17:38:18 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id h1so2677675oag.24 for ; Sun, 27 Oct 2013 10:38:17 -0700 (PDT) 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 :content-type; bh=9Rc5gJCUXCF9sapzr9b4J5Snbm8BAUfTAxTM0UeZXaQ=; b=MS8Bx2XU9cGzcYSNcS+FyjWN2mIH69sGj6U/eFDVISr01vg+N/lAJx1t/YlohO2oFi TH63l213Ir1dKexdxqq2UB0GFLXn7oFROcF7u9OEexrPAocQab1qAkuHPjZcHHHqUvOM 9ri7WP1qBX8d3bZryKSSjeZxrPyx9A0zqWjDofekN7jfxqou+2CDQBhKfnzio8donhzH aNAWiLpMtmDRiyudBGgTqaNDQH47goimXUXngL/HZJhIec5oopk1Sna6ZZtLINeeD8/t W2YmbRigc1jCxa2HMsPJjURphuy+G0oe3TfTbfYRluAReAUU9ktI+OjIiJo7b3l8nGmT ccXA== MIME-Version: 1.0 X-Received: by 10.182.125.65 with SMTP id mo1mr11540018obb.40.1382895497748; Sun, 27 Oct 2013 10:38:17 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Sun, 27 Oct 2013 10:38:17 -0700 (PDT) Received: by 10.76.132.9 with HTTP; Sun, 27 Oct 2013 10:38:17 -0700 (PDT) In-Reply-To: References: <20131027134039.574849f5@thor.walstatt.dyndns.org> Date: Sun, 27 Oct 2013 10:38:17 -0700 Message-ID: Subject: Fwd: Re: ZFS buggy in CURRENT? Stuck in [zio->io_cv] forever! From: Freddie Cash To: FreeBSD-Current Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 27 Oct 2013 17:38:18 -0000 Forgot to include the list in reply. ---------- Forwarded message ---------- From: "Freddie Cash" Date: Oct 27, 2013 10:36 AM Subject: Re: ZFS buggy in CURRENT? Stuck in [zio->io_cv] forever! To: "O. Hartmann" Cc: Did your recv complete before you exported the pool? If not, then the import will "hang" until it has deleted three hidden clone dataset for the aborted receive. Once all the blocks are freed successfully, then the import will complete and the pool well be usable again.