Tag archives for Zfs - Page 2

image-2197
image-2197

Disksort vs Max_Pending

DO NOT TRY IT IN PRODUCTION. USE AT YOUR OWN RISK! Good news... here you can get a little script to enable, disable, and check the disksort flag on your disks (not persistent after reboot, take a look on my other post to a link for how to do it). Take ...
Continue Reading »
image-2136
image-2136

Elevator Algorithm II

DO NOT TRY IT IN PRODUCTION. USE AT YOUR OWN RISK! In my last post i did write about some issues related with disksort: 1) Performance (Latency) 2) Consistency In my D Script i'm printing the buf sector when the sd driver receives it. So, without sorting. That's important because i'm ...
Continue Reading »
image-1997
image-1997

Performance II

In my last post about 'Performance', i did talk about a ZFS tuning parameter: zfs_prefetch_disable. And that was a ZFS read parameter... In this post, we will take a look in another one, with the same 'water to wine' effect. This time with focus on writes... We have a set ...
Continue Reading »

Do you need L2ARC redundancy? I do…

Hello there... I think you agree that the storage's problem is the READ requests, synchronous by nature. And, as i said many times before, i think the solution for all problems (the answer for all questions ;-) is cache. Many levels, many flavors. I did read many times about the ...
Continue Reading »

ZFS Internals (part #10)

PLEASE BE AWARE THAT ANY INFORMATION YOU MAY FIND HERE MAY BE INACCURATE, AND COULD INCLUDE TECHNICAL INACCURACIES, TYPOGRAPHICAL ERRORS, AND EVEN SPELLING ERRORS. From the MANUAL page: The zdb command is used by support engineers to diagnose failures and gather statistics. Since the ZFS file ...
Continue Reading »