From owner-freebsd-questions@freebsd.org Fri Jul 28 23:07:31 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81E0FDAA155 for ; Fri, 28 Jul 2017 23:07:31 +0000 (UTC) (envelope-from seschwar@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13DB176067 for ; Fri, 28 Jul 2017 23:07:31 +0000 (UTC) (envelope-from seschwar@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id m85so32881927wma.0 for ; Fri, 28 Jul 2017 16:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:mail-followup-to:date :message-id:mime-version; bh=q9NLO+DtP6uZyjxUUr+hCQbCc8ll0vcOLYOpL0+VDaw=; b=oY04eHgmdhsiXzEVxnxRbjUolgMLsmfm4iZySz2M39Nw3AXIvlfMBwgG6CmNNvfT9n ixd+Nq+DQuHAVZOlVQtuVyZ4EUEDKOuvf+PRAgvUUuJSdREkZZszkFi0K2DdaIVBBJN5 tpS2LXmJNalk9mEag6rzhuClyKxDVeSG0RBJsS37yJYUBaktA+qTDzKEyRveL946h9NH 8kBCBWgDpTbQ71AjMJR9trAedKF1SyhXyiGpHi/HMUD6hOTIu2JYSX0s4JjSRmxsKhbH BQQ5HV1yboJJdd+jZAw9wpjnNrLqVUOy/mZD7RMDkVf8/CpTlz55KH6W5grxclErd9eJ cSJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references :mail-followup-to:date:message-id:mime-version; bh=q9NLO+DtP6uZyjxUUr+hCQbCc8ll0vcOLYOpL0+VDaw=; b=W2tjqfry83EBIcS2DeNIG9gIrkzH/gWMOrYwKRPe0+PGeqhcGQal6S/INQ678vuhbS 9q6Qu8vqfYR8DnR/PY50Ts1rWeSuQrvSZTeCoDwbGiHA4ezlQTBGlrNVdSijEzvAIjYS 9koLhwrgITeOb0c2skmv1KjWNLYA94CyveShCzcWOeZp1b5AyZtgwyx+ic1DhJLqftRO hkNERvg+uN64wl7OtQ57NAlt6Mn+khUKp7itKEfXz5h4PZO5bhYvw0QeNaBWm2EeELkW k+DHeKcI0amPSRlvbSft2+FhyYYhTW+cNmeQjJ6bxk5hrfZYWtpgExAOSeyGWYv1azHJ 5RQQ== X-Gm-Message-State: AIVw112gy+oWeRJ7BC5I4KqVfnsrMn7mlaAdvkqC/kGjfDbQ2qhPv/BB AZhv77EL3bsQH4Ti X-Received: by 10.80.131.37 with SMTP id 34mr7526222edh.156.1501283249480; Fri, 28 Jul 2017 16:07:29 -0700 (PDT) Received: from localhost (dyndsl-092-252-087-227.ewe-ip-backbone.de. [92.252.87.227]) by smtp.gmail.com with ESMTPSA id t2sm9670361edj.76.2017.07.28.16.07.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Jul 2017 16:07:29 -0700 (PDT) From: Sebastian Schwarz To: FreeBSD questions Subject: Re: ZFS fails with error 6 on upgrade to 11.1 In-Reply-To: <877eysdz0f.fsf@domain.invalid> References: <87shhiao5h.fsf@domain.invalid> <87r2x1o9eu.fsf@domain.invalid> <87a83oe0nq.fsf@domain.invalid> <877eysdz0f.fsf@domain.invalid> Mail-Followup-To: FreeBSD questions Date: Sat, 29 Jul 2017 01:07:28 +0200 Message-ID: <874ltwdutr.fsf@domain.invalid> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2017 23:07:31 -0000 I performed a fresh install of 11.0-RELEASE into a new boot environment as well as another one of 11.1-RELEASE. The 11.0 install boots, the 11.1 one doesn't. Both were created using the same procedure. Therefore I presume it to be a bug in 11.1 and have filed a PR accordingly: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221075 Still any ideas to get 11.1 to boot off my ZFS pool are very much appreciated.