[zfs-discuss] Where does set the value to zio->io_offset?

2009-01-23 Thread Jin
Assume starting one disk write action, the vdev_disk_io_start will be called from zio_execute. static int vdev_disk_io_start(zio_t *zio) { .. bp->b_lblkno = lbtodb(zio->io_offset); .. } After scaning over the zfs source, I find the zio->io_offset is only set value in

[zfs-discuss] re: ZFS snapshot for running oracle instance

2006-10-05 Thread Zhisong Jin
would it possible to use ZFS snapshot as way to doing hot backup for oracle database? anybody have tried that? Thanks. Jason ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss