dvl@
Developer
The system is running FreeBSD 10.2. I run freebsd-update on a regular basis.
Of note: mfsBSD is 10.2 release. System is slightly newer... Is that relevant (see below)?
The screen shot: https://twitter.com/DLangille/status/701412183561871360
While in mfsBSD and running various things, I managed to put one of the drives into a gmirror which it should not have been. After fixing that, the box would not boot.
I tried mfsBSD to see if I could import the zpool. Yes, I could:
I a
I tried
Julian pointed out, there is no /dev/zfs in the
EvilPete said that might be devfs rulesets.
Ideas?
Of note: mfsBSD is 10.2 release. System is slightly newer... Is that relevant (see below)?
The screen shot: https://twitter.com/DLangille/status/701412183561871360
While in mfsBSD and running various things, I managed to put one of the drives into a gmirror which it should not have been. After fixing that, the box would not boot.
I tried mfsBSD to see if I could import the zpool. Yes, I could:
Code:
root@mfsbsd:~ # zpool import -N system
root@mfsbsd:~ # zpool status
pool: system
state: ONLINE
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: http://illumos.org/msg/ZFS-8000-9P
scan: resilvered 1.88T in 51h0m with 0 errors on Sun Feb 21 06:44:49 2016
config:
NAME STATE READ WRITE CKSUM
system ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
gptid/1f65b3e4-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/21f2788d-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/2484e4ef-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
diskid/DISK-%20%20%20%20%20%20%20%20%20%20%20Z2U658VGSp3 ONLINE 0 0 0
gptid/29b08a29-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/2c5b024e-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/cf46c81a-d6ba-11e5-8298-00259082215a ONLINE 0 0 0
gptid/31e93100-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/329ad7d7-efc8-11e2-92b7-00259082215a ONLINE 0 0 0
gptid/3412b7e6-efc8-11e2-92b7-00259082215a ONLINE 0 0 5
errors: No known data errors
root@mfsbsd:~ #
I a
zpool clear
and rebooted. Still the same issue as in the screen shot.I tried
zpool set cachefile=/boot/zfs/zpool.cache system
but:
Code:
root@mfsbsd:~ # zpool import -R /mnt system
root@mfsbsd:~ # mkdir /mnt/dev
root@mfsbsd:~ # mount -t devfs devfs /mnt/dev
root@mfsbsd:~ # mount -t zfs system/rootfs /mnt
root@mfsbsd:~ # chroot /mnt
root@mfsbsd:/ # zpool set cachefile=/boot/zfs/zpool.cache system
internal error: failed to initialize ZFS library
root@mfsbsd:/ #
Julian pointed out, there is no /dev/zfs in the
chroot
.EvilPete said that might be devfs rulesets.
Ideas?