Replies: 1 comment 8 replies
-
I don't think there's currently any logic to prefer something over another to be a ZIL block storage location. There's a reasonable argument to be made for preferring special vdevs for that if they exist, but I don't think there's anything in the code that currently does that. |
Beta Was this translation helpful? Give feedback.
8 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.
-
I have pool structured using an 18 TB mirror as a primary vdev, and a 500GB mirror as a special vdev.
I also have the following settings for the dataset on which I run postgres:
so all writes should ultimately end up on the special device. However I'm not entirely sure that the ZIL writes are also done on the special device. The only information I could find online is here, but it doesn't really give a conclusive answer.
Does anyone have any more information on this?
Beta Was this translation helpful? Give feedback.
All reactions