Steven Chamberlain <[email protected]> writes: > Hmmm also I know this is a different pool to your root/boot device > (ada1s1) but: > >> | tank ONLINE 0 0 0 >> | -0 ONLINE 0 0 0 > > It should say mirror-0 there?
"raidz1", in my case. > I guess this might be triggering some bug in the grub2 no_libzfs.patch > which parses that output of zpool status. That looks like a display issue in "zpool status" on debian kfreebsd. I haven't seen other output than "-0". "zpool iostat" shows it correctly. Compare: ,---- | root@discordia:~# zpool iostat -v tank | capacity operations bandwidth | pool alloc free read write read write | ---------- ----- ----- ----- ----- ----- ----- | tank 6.05T 1.20T 1 16 105K 1.56M | raidz1 6.05T 1.20T 1 16 105K 1.56M | ada0 - - 0 7 34.9K 533K | ada2 - - 0 7 34.8K 533K | ada3 - - 0 7 34.9K 533K | ada4 - - 0 7 34.8K 533K | ---------- ----- ----- ----- ----- ----- ----- `---- ,---- | root@discordia:~# zpool status tank | pool: tank | state: ONLINE | scan: scrub repaired 0 in 0h23m with 0 errors on Sun Aug 5 01:21:00 2012 | config: | | NAME STATE READ WRITE CKSUM | tank ONLINE 0 0 0 | -0 ONLINE 0 0 0 | ada0 ONLINE 0 0 0 | ada2 ONLINE 0 0 0 | ada3 ONLINE 0 0 0 | ada4 ONLINE 0 0 0 | | errors: No known data errors `---- A previous kernel image has been installed and updated correctly, with this disk configuration. ,---- | Start-Date: 2012-07-11 20:07:29 | Commandline: apt-get -o APT::Status-Fd=4 -o APT::Keep-Fds::=5 -o APT::Keep-Fds::=6 -q -y --no-remove install kfreebsd-image-9-amd64 | Install: kfreebsd-image-9.0-1-amd64:kfreebsd-amd64 (9.0-4, automatic), kfreebsd-image-9-amd64:kfreebsd-amd64 (9.0-4) | End-Date: 2012-07-11 20:07:30 `---- > What is the version of your installed zfsutils package? zfsutils 9.0-3 (Installed during the same run as the "2012-07-11 20:07:29" kernel update, but after the kernel image) > And could you please get the full output of `uname -a` to be sure of > the exact package version of the running kernel. root@discordia:~# uname -a GNU/kFreeBSD discordia 9.0-1-amd64 #0 Fri Jun 15 21:15:10 UTC 2012 x86_64 amd64 AMD Phenom(tm) II X4 905e Processor GNU/kFreeBSD -- Stig Sandbeck Mathisen <[email protected]> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

