From owner-freebsd-fs@FreeBSD.ORG Thu Dec 25 02:18:55 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0981DFD2 for ; Thu, 25 Dec 2014 02:18:55 +0000 (UTC) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) (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 9C400370E for ; Thu, 25 Dec 2014 02:18:54 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id em10so14656978wid.11 for ; Wed, 24 Dec 2014 18:18:47 -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=5FvDLsSFfNrpKIOVHOZEbw/jaF0RH2vuJUsvZ9l0WL4=; b=fOsI7dqsppZ08IGU809Bcx3EQPiYo0z3Mm0eW+HnKYx7Qem9Hy7zaDf6Iyah7/wEbd XQ1gxU1GExBmuj2h0YdgUkiSSIcyouqGQjoTLVI61mvAW8MTtyE4RqbDaGp6hP0A4mY8 dC3oqxJVPDWwv28C6JBygIvyXI3KuPUeV7uqfFU8n1HQFmK9sE78zbctRkDMwL40uNDu zOJdZznuhe2E2qf0VnuVV7eCMy2jDok0pScJHxZvlxYKpXQmOn+xQH+o2v2DGJt8RELM aXO+BA6wWrhDVjm6Xq7YTyIFK3/lpZDF7uZ7CGERkhxPRcGCC7fG1M9Z4TRwE4Fl/1oW 7chQ== X-Gm-Message-State: ALoCoQniaL26NASscM8gOT6soywUwi3R6HvHzgnDR1JmfP/YmFUD2MakWWYhAJFCujF7bkg+8INp X-Received: by 10.194.175.202 with SMTP id cc10mr69512647wjc.27.1419473927592; Wed, 24 Dec 2014 18:18:47 -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 o16sm139315wjw.7.2014.12.24.18.18.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Dec 2014 18:18:46 -0800 (PST) Message-ID: <549B73F9.5080800@multiplay.co.uk> Date: Thu, 25 Dec 2014 02:18:33 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: zpool upgrade - Assertion failed: ... libzfs/common/libzfs_config.c, line 250 References: <9d15b37204202b4b48a65cc12357612b@mailbox.ijs.si> <2879070c.21bdfb3c@fabiankeil.de> In-Reply-To: <2879070c.21bdfb3c@fabiankeil.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 02:18:55 -0000 On 24/12/2014 17:27, Fabian Keil wrote: > Mark Martinec wrote: > >> P.S. Seems this was due to one external (removable) disk (with its >> own pool) not being connected to the host. After making it available, >> the 'zpool upgrade' command completed normally, listing all pools. > That's a known issue: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182248 Thanks for that link Fabian, didn't know there was an existing PR for it. I've just committed a fix for this: https://svnweb.freebsd.org/changeset/base/276194