Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 18:12:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248907] zpool doesn't boot anymore on 12.1-STABLE after pool expansion
Message-ID:  <bug-248907-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248907

            Bug ID: 248907
           Summary: zpool doesn't boot anymore on 12.1-STABLE after pool
                    expansion
           Product: Base System
           Version: 12.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: halfling@halfling.com.br

Created attachment 217522
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217522&action=
=3Dedit
zpool doesnt boot

Hi there,

I have a FreeBSD 12.1-STABLE running on VMWARE with one disk. Then I added =
two
more disks to expand my pool. BTW I already did it many time with no issues.

I ran:=20

# zpool status
  pool: zroot
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not supp=
ort
        the features. See zpool-features(7) for details.
  scan: none requested
config:

        NAME         STATE     READ WRITE CKSUM
        zroot        ONLINE       0     0     0
          gpt/disk0  ONLINE       0     0     0

errors: No known data errors

# zpool add -f zroot da1
# zpool add -f zroot da2
# zpool status
  pool: zroot
 state: ONLINE
  scan: none requested
config:

        NAME         STATE     READ WRITE CKSUM
        zroot        ONLINE       0     0     0
          gpt/disk0  ONLINE       0     0     0
          da1        ONLINE       0     0     0
          da2        ONLINE       0     0     0

errors: No known data errors
# reboot

Then my system doesn=E2=80=99t boot anymore, i got the following error:

See errors in my attachment

I can import my pool with no problems using the lived, but I could not fix =
it.

Seems a bug after 12.1-STABLE. Please, anyone can take a look ok that?

Thanks.

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