From owner-freebsd-bugs@freebsd.org Fri Oct 28 00:46:17 2016 Return-Path: Delivered-To: freebsd-bugs@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 E1D78C222CE for ; Fri, 28 Oct 2016 00:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B79E57BD for ; Fri, 28 Oct 2016 00:46:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9S0kHP5023024 for ; Fri, 28 Oct 2016 00:46:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive Date: Fri, 28 Oct 2016 00:46:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RC1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sschwarz@walmartlabs.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2016 00:46:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212258 sschwarz@walmartlabs.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sschwarz@walmartlabs.com --- Comment #5 from sschwarz@walmartlabs.com --- Likewise, a basic guided install of 11 on MBR root+ZFS yields an exported bootpool: # uname -a FreeBSD 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:4= 3:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd= 64 root@xxxxxxx:~ # zpool status pool: zroot state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM zroot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 da4s1d ONLINE 0 0 0 da5s1d ONLINE 0 0 0 da6s1d ONLINE 0 0 0 da7s1d ONLINE 0 0 0 errors: No known data errors root@xxxxxxx:~ # zpool import pool: bootpool id: 1792675910293467778 state: ONLINE action: The pool can be imported using its name or numeric identifier. config: bootpool ONLINE mirror-0 ONLINE da4s1a ONLINE da5s1a ONLINE da6s1a ONLINE da7s1a ONLINE root@xxxxxxx:~ # ls -l /boot lrwxr-xr-x 1 root wheel 13 Sep 28 18:47 /boot -> bootpool/boot root@xxxxxxx:~ # ls -l /bootpool/ total 0 root@xxxxxxx:~ # --=20 You are receiving this mail because: You are the assignee for the bug.=