mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 14:16:09 -06:00
[GH-ISSUE #8] Read access from both servers #7
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#7
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 @AndersTrier on GitHub (Apr 30, 2017).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/8
If only serving static files, is it possible to do load balancing between two servers, and have both servers read from the disk shelf at the same time, if only one of them needs to write to the drives?
@redtex commented on GitHub (Apr 30, 2017):
No, zfs pool can't be imported simultaneously on several nodes. Even in RO mode.
@ewwhite commented on GitHub (May 10, 2017):
You can do this if you had multiple ZFS zpools and pin each to a different head node. But for the same pool, no.