Re: ZFS: can't read MOS of pool

2013-08-03 Thread Andriy Gapon
on 02/08/2013 17:56 Łukasz Wąsikowski said the following: > This tools doesn't compile on 9.2-BETA2 r253884 There are fixes for this in head that haven't been MFC-ed yet: http://svnweb.freebsd.org/base/head/tools/tools/zfsboottest/zfsboottest.c?view=patch&r1=253067&r2=253066&pathrev=253067 http://

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Łukasz Wąsikowski
W dniu 2013-08-02 17:14, Volodymyr Kostyrko pisze: > 02.08.2013 17:56, Łukasz Wąsikowski wrote: >>> Can you also try what Trond suggests about boot order? You can also list >>> your boot fs in /boot/loader.conf like >> >> I listed ROOTFS in /boot/loader.conf, didn't helped. I'm using this boot >>

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Łukasz Wąsikowski
W dniu 2013-08-02 17:28, Trond Endrestøl pisze: > On Fri, 2 Aug 2013 17:04+0200, ?ukasz W?sikowski wrote: >> Thank you for you reply. I did what you've suggested, now I'm getting: >> >> ZFS: i/o error - all block copies unavailable >> ZFS: can't read object set for dataset u >> ZFS: can't open ro

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Trond Endrestøl
On Fri, 2 Aug 2013 17:04+0200, ?ukasz W?sikowski wrote: > W dniu 2013-07-25 22:23, Trond Endrestøl pisze: > > > Perhaps you should reset the mountpoint property for klawisz, using: > > > > zfs set mountpoint=legacy klawisz > > > > At the same time you may let klawisz/ROOTFS inherit the mountpoi

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Volodymyr Kostyrko
02.08.2013 17:56, Łukasz Wąsikowski wrote: Can you also try what Trond suggests about boot order? You can also list your boot fs in /boot/loader.conf like I listed ROOTFS in /boot/loader.conf, didn't helped. I'm using this boot order on 20+ boxes and never had any issues with it, but I'll check

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Łukasz Wąsikowski
W dniu 2013-07-25 22:23, Trond Endrestøl pisze: > Perhaps you should reset the mountpoint property for klawisz, using: > > zfs set mountpoint=legacy klawisz > > At the same time you may let klawisz/ROOTFS inherit the mountpoint > property from klawisz by running: > > zfs inherit mountpoint kla

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Łukasz Wąsikowski
W dniu 2013-08-02 16:49, Volodymyr Kostyrko pisze: > 02.08.2013 17:40, Łukasz Wąsikowski wrote: Any hints how to go from here? >>> >>> First, how did you update bootcode? `ls -la /boot` also wood help. >>> >>> Second, what is your /etc/make.conf and /etc/src.conf? >> >> I'm updating bootcode

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Volodymyr Kostyrko
02.08.2013 17:40, Łukasz Wąsikowski wrote: Any hints how to go from here? First, how did you update bootcode? `ls -la /boot` also wood help. Second, what is your /etc/make.conf and /etc/src.conf? I'm updating bootcode with: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0 /etc/sr

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Łukasz Wąsikowski
W dniu 2013-08-02 16:29, Volodymyr Kostyrko pisze: > 22.07.2013 19:18, Łukasz Wąsikowski wrote: >> I've got a problem with booting zfs-on-root FreeBSD 9.2-PRERELEASE. I'm >> getting: >> >> ZFS: i/o error - all block copies unavailable >> ZFS: can't read MOS of pool klawisz >> gptzfsboot: failed to

Re: ZFS: can't read MOS of pool

2013-08-02 Thread Volodymyr Kostyrko
22.07.2013 19:18, Łukasz Wąsikowski wrote: I've got a problem with booting zfs-on-root FreeBSD 9.2-PRERELEASE. I'm getting: ZFS: i/o error - all block copies unavailable ZFS: can't read MOS of pool klawisz gptzfsboot: failed to mount default pool klawisz Machine is VM running under KVM on Proxm

Re: ZFS: can't read MOS of pool

2013-07-25 Thread Trond Endrestøl
On Thu, 25 Jul 2013 20:45+0200, ?ukasz W?sikowski wrote: > W dniu 2013-07-25 18:40, Trond Endrestøl pisze: > > >> Any hints how to go from here? > > > > I'm only subscribed to freebsd-stable@, but as far as I can tell, no > > one from freebsd-fs@ nor freebsd-stable@ has yet replied. I'm only >

Re: ZFS: can't read MOS of pool

2013-07-25 Thread Łukasz Wąsikowski
W dniu 2013-07-25 18:40, Trond Endrestøl pisze: >> Any hints how to go from here? > > I'm only subscribed to freebsd-stable@, but as far as I can tell, no > one from freebsd-fs@ nor freebsd-stable@ has yet replied. I'm only > replying to freebsd-stable@. > > First, just some quick questions: >

Re: ZFS: can't read MOS of pool

2013-07-25 Thread Trond Endrestøl
On Mon, 22 Jul 2013 18:18+0200, ?ukasz W?sikowski wrote: > Hi, > > I've got a problem with booting zfs-on-root FreeBSD 9.2-PRERELEASE. I'm > getting: > > ZFS: i/o error - all block copies unavailable > ZFS: can't read MOS of pool klawisz > gptzfsboot: failed to mount default pool klawisz > > Ma