Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2018 17:08:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-standards@FreeBSD.org
Subject:   [Bug 225076] loss zfs pool after reboot
Message-ID:  <bug-225076-15@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225076

            Bug ID: 225076
           Summary: loss zfs pool after reboot
           Product: Base System
           Version: 11.1-STABLE
          Hardware: i386
                OS: Any
            Status: New
          Keywords: install
          Severity: Affects Many People
          Priority: ---
         Component: standards
          Assignee: freebsd-standards@FreeBSD.org
          Reporter: F.Ozhegov@yandex.ru

Created attachment 189623
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=189623&action=edit
example error

only using mbr.

zfsboot
(https://github.com/freebsd/freebsd/blob/master/usr.sbin/bsdinstall/scripts/zfsboot)
creates two pools: zroot and bootpool. after the system is rebooted, the
bootpool disappears.

look example error

way to fix (temporary measure)
zpool import -f bootpool
rm -f /boot
cp -rp /bootpool/ /
zpool export -f bootpool
rm /boot/zfs/zpool.cache
reboot

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

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