From owner-freebsd-questions@freebsd.org Fri Jul 28 21:01:33 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 8B140DCEF8A for ; Fri, 28 Jul 2017 21:01:33 +0000 (UTC) (envelope-from seschwar@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 1D17A70BAA for ; Fri, 28 Jul 2017 21:01:33 +0000 (UTC) (envelope-from seschwar@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id t201so134980864wmt.1 for ; Fri, 28 Jul 2017 14:01:33 -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:content-transfer-encoding; bh=hDbmrt4M3XKdKvseLYlaxCoTPC2WTm0Q+fu6GdOcvpM=; b=GpFLUtr8rR8C/xn9jNalhjll3AJgoN3fKZ2izsvBBwhoot8c2nhPSPiN1N+ghG2s3A 8bt1PxlSJFd5VlWYSWGwt3tgOe5z17IP+j4Fn1Ignu2KFXBnA/nFdAf3h7B1cq+yn08p i3yyzpuQARof9JeWPSO/ZobyrmQjsrSczXixBKDAgGcSs6oJ7MnYUABMZKuNBo7kPfVY 0qk1AR1breW3yCkHTqO26lcokxq43Qjxg5xKQ7vnxfDn5iQmOyGK32dRtnzFbIxWQvUB pVFBAdN42TJaNSUMSVDVOhShNR9x6gk+vAcwnYPoPRNtcBWlWt9xM11/4KGYD5Qz45r3 1PPA== 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 :content-transfer-encoding; bh=hDbmrt4M3XKdKvseLYlaxCoTPC2WTm0Q+fu6GdOcvpM=; b=ibIP7B8P4P5KuIqYAO69mFEIoTY87btAEFJv0B7n8AiK87s9z16HrSaZ5EeMPuLygj LJClQFFlKVCvgPJW9f2R1qKkkGaMHttmKuuhRDTyUYHmoo/wX3XSKkgN+tDVUqk79uSN v03Jv00eVBx6PQROnWtUtrpJW6iE6+GZYufbS3pF1AXS9vZEnF4xFAxCYKm5+yAFh4CK VT8Jg0eV7UkXb7mofnzfq3wbz8klsYbgtj3WbJ/sTFxAjQy4iEAIS9/EA4gIld8HsXK0 RMoC1U4XRBizjVtoM8JS5WZCEVcmkT9QwAL/JcLueimvT5gR53IRu28O5JrLITcFJiIh wysA== X-Gm-Message-State: AIVw111tQ/9qpDXHMxkikV5IWq2qSmYlhU012oPrkVTeydjapffcR3w1 Eg9sst5/DzEymePv X-Received: by 10.80.224.78 with SMTP id g14mr7701123edl.248.1501275691286; Fri, 28 Jul 2017 14:01:31 -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 h64sm429502edc.55.2017.07.28.14.01.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Jul 2017 14:01:30 -0700 (PDT) From: Sebastian Schwarz To: FreeBSD questions Subject: Re: ZFS fails with error 6 on upgrade to 11.1 In-Reply-To: References: <87shhiao5h.fsf@domain.invalid> <87r2x1o9eu.fsf@domain.invalid> Mail-Followup-To: FreeBSD questions Date: Fri, 28 Jul 2017 23:01:29 +0200 Message-ID: <87a83oe0nq.fsf@domain.invalid> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 21:01:33 -0000 On 2017-07-28 Goran Tep=C5=A1i=C4=87 wrote: > Try booting your OS or livecd like mfsBSD to import pool to alternate root > and running 'zpool upgrade ssd', maybe that'll do the trick. I gave that a try: > # zpool upgrade ssd > This system supports ZFS pool feature flags >=20 > Enabled the following features on 'ssd': > multi_vdev_crash_dump > sha512 > skein > # zpool upgrade hdd > This system supports ZFS pool feature flags >=20 > Enabled the following features on 'ssd': > multi_vdev_crash_dump > sha512 > skein Then I rebooted but I'm still getting the same error. > I don't know anything about Linux ZFS system but I'd expect > them t be incompatible afterall. Well, I'm booting off the pool with 11.0 just fine. It's 11.1 that's giving me trouble.