[Bug 212258] bootpool is not imported after reboot on a MBR partitioned drive
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 4 03:42:31 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212258
--- Comment #19 from David Christensen <dpchrist at holgerdanske.com> ---
(In reply to David Christensen from comment #18)
Problem persists after upgrading system:
2020-06-03 20:34:29 toor at vf1 ~
# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH
ALTROOT
vf1_zroot 3.75G 690M 3.08G - - 3% 17% 1.00x ONLINE
-
2020-06-03 20:34:31 toor at 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 at vf1 ~
# gpart show ada0 ada0s1
=> 63 14673585 ada0 MBR (7.0G)
63 1 - free - (512B)
64 14673584 1 freebsd [active] (7.0G)
=> 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 at 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 at vf1 ~
# zpool import -f bootpool
2020-06-03 20:38:02 toor at vf1 ~
# zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH
ALTROOT
bootpool 1.88G 209M 1.67G - - 0% 10% 1.00x ONLINE
-
vf1_zroot 3.75G 690M 3.08G - - 4% 17% 1.00x ONLINE
-
2020-06-03 20:38:14 toor at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list