Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-23 Thread Roch - PAE
Manoj Nayak writes: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for vq_max_pending is 35. We have

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-23 Thread Manoj Nayak
Roch - PAE wrote: Manoj Nayak writes: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-23 Thread Will Murnane
On Jan 23, 2008 6:36 AM, Manoj Nayak [EMAIL PROTECTED] wrote: It means 4-disk raid-z group inside ZFS pool is exported to ZFS as a single device ( vdev ) .ZFS assigns vq_max_pending value of 35 to this vdev. To get higher throughput , I need to do following things ? 1.Reduce no of disks in

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-23 Thread Richard Elling
Manoj Nayak wrote: Roch - PAE wrote: Manoj Nayak writes: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default

[zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread Manoj Nayak
Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for vq_max_pending is 35. We have created 4-disk raid-z group inside ZFS

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread Richard Elling
Manoj Nayak wrote: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for vq_max_pending is 35. We have created 4-disk

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread manoj nayak
Manoj Nayak wrote: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for vq_max_pending is 35. We have created

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread Richard Elling
manoj nayak wrote: Manoj Nayak wrote: Hi All. ZFS document says ZFS schedules it's I/O in such way that it manages to saturate a single disk bandwidth using enough concurrent 128K I/O. The no of concurrent I/O is decided by vq_max_pending.The default value for vq_max_pending is 35.

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread Richard Elling
manoj nayak wrote: - Original Message - From: Richard Elling [EMAIL PROTECTED] To: manoj nayak [EMAIL PROTECTED] Cc: zfs-discuss@opensolaris.org Sent: Wednesday, January 23, 2008 7:20 AM Subject: Re: [zfs-discuss] ZFS vq_max_pending value ? manoj nayak wrote: Manoj Nayak wrote

Re: [zfs-discuss] ZFS vq_max_pending value ?

2008-01-22 Thread Manoj Nayak
4 disk raidz group issues 128k/3=42.6k io to each individual data disk.If 35 concurrent 128k IO is enough to saturate a disk( vdev ) , then 35*3=105 concurrent 42k io will be required to saturates the same disk. ZFS doesn't know anything about disk saturation. It will send up to