Displaying 3 results from an estimated 3 matches for "2c8".
Did you mean:
28
2007 Oct 12
0
zfs: allocating allocated segment(offset=77984887808 size=66560)
...b_alloc_dva+170 (82a7b900, 86057bc0,)
87a61af0 zfs:metaslab_alloc+80 (82a7b900, 86057bc0,)
87a61b40 zfs:zio_dva_allocate+6b (88e56dc0)
87a61b58 zfs:zio_next_stage+aa (88e56dc0)
87a61b70 zfs:zio_checksum_generate+5e (88e56dc0)
87a61b84 zfs:zio_next_stage+aa (88e56dc0)
87a61bd0 zfs:zio_write_compress+2c8 (88e56dc0)
87a61bec zfs:zio_next_stage+aa (88e56dc0)
87a61c0c zfs:zio_wait_for_children+46 (88e56dc0, 1, 88e56f)
87a61c20 zfs:zio_wait_children_ready+18 (88e56dc0)
87a61c34 zfs:zio_next_stage_async+ac (88e56dc0)
87a61c48 zfs:zio_nowait+e (88e56dc0)
87a61c94 zfs:dmu_objset_sync+184 (85fe96c0, 88757a...
2009 Oct 18
2
rbind to array members
Hi,
I would like to add rows to arbitrary tables within a 3dimensional array.
I can directly add data to an existing row of a table:
> x <- array(0,c(1,3,2))> x[,,1] <- c(1,2,3)
And I can even add a row to the table and assign to another object.
> y <- rbind(x[,,1], c(4,5,6))
and 'y' is what I want it to be:> y?? ? [,1] [,2] [,3][1,] ? ?1 ? ?2 ? 3[2,] ? ?4 ? ?5 ? 6
but
2006 Jun 13
4
ZFS panic while mounting lofi device?
....notice] d1fafca0 genunix:segmap_fault+202 (ce043f
58, fec23310,)
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafd08 genunix:segmap_getmapflt+6fc (fe
c23310, d1e897c0,)
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafd78 lofi:lofi_strategy_task+2c8 (d2b
6bee0, 0, 0, 0, )
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafdc8 genunix:taskq_thread+194 (c5e87f
30, 0)
Jun 13 19:33:04 mathrock-opensolaris genunix: [ID 353471 kern.notice] d1fafdd8 unix:thread_start+8 ()
Jun 13 19:33:04 mathrock-opensolaris unix: [ID 100000 k...