search for: arc_read_nolock

Displaying 3 results from an estimated 3 matches for "arc_read_nolock".

2008 Jul 29
2
Unexpected b_hdr change.
...We''re testing the most recent ZFS version from OpenSolaris ported to FreeBSD. Kris (CCed) observed strange situation. In function arc_read() he had a panic on assertion that we try to unlock a lock which is not beeing held: rw_enter(&pbuf->b_hdr->b_datalock, RW_READER); err = arc_read_nolock(pio, spa, bp, done, private, priority, flags, arc_flags, zb); rw_exit(&pbuf->b_hdr->b_datalock); <--- THIS ONE The only possiblity was that b_hdr for pbuf was changed somewhere. We diagnozed this further and the b_hdr field is changed in arc_release() function, here: buf->...
2010 Aug 30
5
pool died during scrub
...ce dump content: kernel pages only > $C fffffe80007cb960 vdev_is_dead+2() fffffe80007cb9a0 vdev_mirror_child_select+0x65() fffffe80007cba00 vdev_mirror_io_start+0x44() fffffe80007cba30 zio_vdev_io_start+0x159() fffffe80007cba60 zio_execute+0x6f() fffffe80007cba90 zio_wait+0x2d() fffffe80007cbb40 arc_read_nolock+0x668() fffffe80007cbbd0 dmu_objset_open_impl+0xcf() fffffe80007cbc20 dsl_pool_open+0x4e() fffffe80007cbcc0 spa_load+0x307() fffffe80007cbd00 spa_open_common+0xf7() fffffe80007cbd10 spa_open+0xb() fffffe80007cbd30 pool_status_check+0x19() fffffe80007cbd80 zfsdev_ioctl+0x1b1() fffffe80007cbd90 cdev_...
2013 May 15
1
still mbuf leak in 9.0 / 9.1?
Hi list, since we activated 10gbe on ixgbe cards + jumbo frames(9k) on 9.0 and now on 9.1 we recognize that after a random period of time, sometimes a week, sometimes only a day, the system doesn't send any packets out. The phenomenon is that you can't login via ssh, nfs and istgt is not operative. Yet you can login on the console and execute commands. A clean shutdown isn't possible