Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2020 03:42:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive
Message-ID:  <bug-212258-227-ztqAVEUfLY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212258-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212258-227@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

--- Comment #19 from David Christensen <dpchrist@holgerdanske.com> ---
(In reply to David Christensen from comment #18)

Problem persists after upgrading system:

2020-06-03 20:34:29 toor@vf1 ~
# zpool list
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEA=
LTH=20
ALTROOT
vf1_zroot  3.75G   690M  3.08G        -         -     3%    17%  1.00x  ONL=
INE=20
-

2020-06-03 20:34:31 toor@vf1 ~
# freebsd-version && uname -a
12.1-RELEASE-p5
FreeBSD vf1.tracy.holgerdanske.com 12.1-RELEASE-p5 FreeBSD 12.1-RELEASE-p5
GENERIC  amd64

2020-06-03 20:36:54 toor@vf1 ~
# gpart show ada0 ada0s1
=3D>      63  14673585  ada0  MBR  (7.0G)
        63         1        - free -  (512B)
        64  14673584     1  freebsd  [active]  (7.0G)

=3D>       0  14673584  ada0s1  BSD  (7.0G)
         0   4194304       1  freebsd-zfs  (2.0G)
   4194304   2097152       2  freebsd-swap  (1.0G)
   6291456   8382128       4  freebsd-zfs  (4.0G)

2020-06-03 20:37:32 toor@vf1 ~
# zpool import
   pool: bootpool
     id: 13757577973895316021
  state: ONLINE
 action: The pool can be imported using its name or numeric identifier.
 config:

        bootpool    ONLINE
          ada0s1a   ONLINE

2020-06-03 20:37:38 toor@vf1 ~
# zpool import -f bootpool

2020-06-03 20:38:02 toor@vf1 ~
# zpool list
NAME        SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP  HEA=
LTH=20
ALTROOT
bootpool   1.88G   209M  1.67G        -         -     0%    10%  1.00x  ONL=
INE=20
-
vf1_zroot  3.75G   690M  3.08G        -         -     4%    17%  1.00x  ONL=
INE=20
-

2020-06-03 20:38:14 toor@vf1 ~
# zpool status
  pool: bootpool
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        bootpool    ONLINE       0     0     0
          ada0s1a   ONLINE       0     0     0

errors: No known data errors

  pool: vf1_zroot
 state: ONLINE
  scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        vf1_zroot   ONLINE       0     0     0
          ada0s1d   ONLINE       0     0     0

errors: No known data errors

--=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-227-ztqAVEUfLY>