mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 14:16:09 -06:00
[GH-ISSUE #15] Question about fence_scsi #15
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#15
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 @intentions on GitHub (Oct 12, 2017).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/15
Hello,
I've got a question about the fence_scsi, I have a similar setup to yours but instead of everything being in one big pool I have two pools that are supposed to be in an active-active configuration (so one pool being exported from each head unless there is a problem with one of the heads).
for the fence_scsi do I create two different stonith objects (one for each pool) or one big stonith object for both pools?
@ewwhite commented on GitHub (Oct 12, 2017):
In this case, you would create multiple groups and associate a fence device with each pool.
You can set resource co-location constraints to pin each pool to the node you want, allowing failover of that workload to the other node.
@intentions commented on GitHub (Oct 19, 2017):
Thanks!