[Bug 225076] loss zfs pool after reboot
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 11 17:08:04 UTC 2018
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 at FreeBSD.org
Reporter: F.Ozhegov at 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.
More information about the freebsd-standards
mailing list