Replies: 1 comment
-
L2ARC devices are per-pool. While some code and stats are shared, each L2ARC writes only blocks for its own pool, but not others. It is somewhat synthetic limitation from ARC perspective, but it simplifies management. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
q1: if l2arc is defined per pool why arcstats are not per pool
q2. if l2arc is global, what if I add cache devices to multiple pools? will the space on them be used by all pools? Or will all but one be ignored?
I did see that l2arc seems to be global from other questions - but then q2 is also relevant.
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions