Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 00:46:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive
Message-ID:  <bug-212258-8-gZ5KRrNPK0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212258-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212258-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212258-8-gZ5KRrNPK0>