Hi,
My ZFS storage is using single SSD as L2ARC and ZIL. May I know how can I raise the ZIL write priority to reduce interruption from L2ARC read? I found that the write latency significantly increases when the L2ARC read rate is high.
SSD powered by SandForce SF2000 series is the best choice for such a situation because the write latency won't be affected by read activity; of course the read rate will be slower than the rest of the competitors.
I have already tuned the following parameters for reducing L2ARC write, what else I can do beside this?
My ZFS storage is using single SSD as L2ARC and ZIL. May I know how can I raise the ZIL write priority to reduce interruption from L2ARC read? I found that the write latency significantly increases when the L2ARC read rate is high.
SSD powered by SandForce SF2000 series is the best choice for such a situation because the write latency won't be affected by read activity; of course the read rate will be slower than the rest of the competitors.
I have already tuned the following parameters for reducing L2ARC write, what else I can do beside this?
Code:
vfs.zfs.l2arc_noprefetch=0
vfs.zfs.l2arc_feed_min_ms=1000