From owner-freebsd-questions@freebsd.org Thu Jul 27 22:14:47 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 5F082DB1F09 for ; Thu, 27 Jul 2017 22:14:47 +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 DDD8A67269 for ; Thu, 27 Jul 2017 22:14:46 +0000 (UTC) (envelope-from seschwar@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id e199so6597530wmd.0 for ; Thu, 27 Jul 2017 15:14:46 -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=/wjPs+9bXcUut06Mi+a7BYOFAOtx/kI/Tf9dUHeVwwk=; b=gG8u95f8GIJbZBUyEBDG2+ZiOFi8Ye1XLy9ASOzdVDf95hj0+LTcSE2uLYkcUFTNyI Rjv9cyhHccF/JySdmKmfPA9+Lmrpa7526mtl8qRHWzpYMsymRFGLDwSduydF1fpFskrw feg5miYgUDtzGGl1LH/gcurf6x+D8dBoL1c7MBwIwWsHk49+SgAxZ35KSX1iu1j92f/S 8vRyFJZnRmnYBxmTTKdrr0+FrmJBki6n3Y3sCAzRhMwhRPFVVDUdiIKbttYzt8ujIW/D Cs14aETNtqU364RnARU1BeY4yst855Y4/FMJjDRX+8832DiE3PVVdQiCD2HhO8KdYyXQ mmcQ== 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=/wjPs+9bXcUut06Mi+a7BYOFAOtx/kI/Tf9dUHeVwwk=; b=XrLJ9skLyMVQvFG57PgmLbL7l7a/dFDbljipA1OHhUXoJkg7wTXe4rCgljGtUZWrp4 3X+E4Sb1dkBVaSCEU7TuBgQ8ef6tc3LlbjnVBCGbsSoGoKLVB7x8VflysfbU/+7vG+Mx gSXkYDqRewlxU6swFdoctcqMDl2QNaMcti6l02JQ7f9JZdlPtfX5WcORloct9nLyTSB4 vQ1eDnZLcYtZXVfsl/SDeh74MLnY1KcA5wbt3RJ2KTjLuDbtOujLvNJHItxltuZjPGgd WckUMr3f0A+2SbG5hXvt7thui5ThXuVqUALJWO+GClz/IiOq/wE8stLqPmLdW2YA2dTn hjng== X-Gm-Message-State: AIVw1108AfpUNAQudwCmP7hTLFVy3tpv0GpXe9mZv2aUgCip1qGPnUnj vA+FpyggKRaTSMSb X-Received: by 10.80.158.40 with SMTP id z37mr4734470ede.9.1501193685118; Thu, 27 Jul 2017 15:14:45 -0700 (PDT) Received: from localhost (dyndsl-092-252-120-249.ewe-ip-backbone.de. [92.252.120.249]) by smtp.gmail.com with ESMTPSA id j23sm9935850ede.18.2017.07.27.15.14.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 27 Jul 2017 15:14:44 -0700 (PDT) From: Sebastian Schwarz To: FreeBSD questions Subject: Re: ZFS fails with error 6 on upgrade to 11.1 In-Reply-To: <87r2x1o9eu.fsf@domain.invalid> References: <87shhiao5h.fsf@domain.invalid> <87r2x1o9eu.fsf@domain.invalid> Mail-Followup-To: FreeBSD questions Date: Fri, 28 Jul 2017 00:14:43 +0200 Message-ID: <87o9s57cj0.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: Thu, 27 Jul 2017 22:14:47 -0000 On 2017-07-27, Sebastian Schwarz wrote: > On 2017-07-27, Trond Endrest=C3=B8l wrote: >> Off the top of my head I would ensure zfs.ko is loaded at boot time, >> by adding zfs_load=3D"YES" to /boot/loader.conf within the >> ssd/ROOT/freebsd11.1.0 filesystem. > > zfs_load=3D"YES" is already present in loader.conf. And the module does get loaded during boot, as indicated by the following output during the boot: > ZFS filesystem version: 5 > ZFS storage pool version: features support (5000) And the hard drives themselves are detected as well.