[GH-ISSUE #8] Read access from both servers #7

Closed
opened 2026-05-05 03:28:21 -06:00 by gitea-mirror · 2 comments
Owner

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?

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?
Author
Owner

@redtex commented on GitHub (Apr 30, 2017):

No, zfs pool can't be imported simultaneously on several nodes. Even in RO mode.

<!-- gh-comment-id:298254413 --> @redtex commented on GitHub (Apr 30, 2017): No, zfs pool can't be imported simultaneously on several nodes. Even in RO mode.
Author
Owner

@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.

<!-- gh-comment-id:300467667 --> @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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/zfs-ha#7
No description provided.