Re: [OpenZFS Developer] Review Request 138: 5368 ARC should cache more metadata

2014-11-24 Thread sanjeev bagewadi
Looks good to me ! Regards, Sanjeev On Tue, Nov 25, 2014 at 9:19 AM, Richard Elling wrote: >This is an automatically generated e-mail. To reply, visit: > https://reviews.csiden.org/r/138/ > > Ship it! > > Ship It! > > > - Richard Elling > > On November 23rd, 2014, 5:08 p.m. UTC, Matthew Ahr

Re: [OpenZFS Developer] how to use vdbench on a zvol

2014-01-23 Thread sanjeev bagewadi
Punith, Both the raw device and blockdevice are available for the zvol. Here is an example : -- snip -- # ls -l /dev/zvol/dsk/rpool/vol1 lrwxrwxrwx 1 root root 0 2014-01-24 15:32 /dev/zvol/dsk/rpool/vol1 -> .../../../..//devices/pseudo/zfs@0:3 # ls -l /dev/zvol/rdsk/rpool/vol1 lrwxrwxrwx 1 root ro

Re: [OpenZFS Developer] Fwd: ZFS driver - Need your help ; ) - Specification

2013-10-21 Thread sanjeev bagewadi
Raphael, I think you are looking for ZFS Ondisk format document. You can find one here : https://jhell.googlecode.com/files/ondiskformat0822.pdf Today the command zdb can be used to dump the ZFS ondisk objects and zdb uses libzpool which understand the ondisk layout. Thanks and regards, Sanjeev

Re: [OpenZFS Developer] [zfs] Re: [Review] #3525 Persistent L2ARC - UPDATED

2013-10-15 Thread sanjeev bagewadi
Joining in late into this discussion I would tend to agree with Richard. I think it is worth trying out AVL for the entries in a bucket. That should make the search O(log (n)) instead of O(n) where 'n' is the chain length. Thanks and regards, Sanjeev On Wed, Oct 16, 2013 at 9:00 AM, Richar