mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 14:16:09 -06:00
[GH-ISSUE #6] In your's wiki article there is nothing about recordsize. #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/zfs-ha#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redtex on GitHub (Mar 19, 2017).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/6
In your's wiki article there is nothing about recordsize. But it's very importand for performance. So, do you use default values, or set something special ?
@ewwhite commented on GitHub (Mar 21, 2017):
Record size is going to depend on workload. For general virtualization workloads under VMware, I use 128k.
@redtex commented on GitHub (Mar 22, 2017):
Thank you for answer.