mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 14:16:09 -06:00
[GH-ISSUE #33] Issues with unfencing #33
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#33
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 @ACiDGRiM on GitHub (Jun 18, 2020).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/33
I'm having trouble getting the fencing component working and frequently neither system can mount the array.
I frequently have either no reservation tickets or both reservation tickets assigned to the storage array. I also have followed the wiki nearly exactly other than using a dual port HBA instead of two 1 port HBAs.
I'm using a Dell MD 1200 in my case.
@ewwhite commented on GitHub (Jun 18, 2020):
Can you post log snippets?
@ACiDGRiM commented on GitHub (Jun 20, 2020):
I've isolated it to an issue with SCSI reservations and write access to the array. If I mount the zpool with readonly=on I can mount it and there are no disk failures, but otherwise I get the below kernel error:
manually testing fence_scsi and only one path connected to the backplane.
I've powercycled the backplane and the reservation key is cleared. without writing to the disks do you know of a way to test if this issue is caused by write reservations on the backplane, or a zfs filesystem issue.
@ewwhite commented on GitHub (Jun 20, 2020):
What hardware are you using here? What's connected to what?
@ewwhite commented on GitHub (Jun 20, 2020):
I see MMP enabled. Disable that zpool option. It's likely causing the issue here.
@ACiDGRiM commented on GitHub (Jun 20, 2020):
I've had multihost enabled on the zpool since it was created and haven't had this issue. However I can't disable MMP because the zfs module locks up, even when updating parameters in /sys
only if I import with readonly=on can I access the data
Right now there is just one host connected to the enclosure with a single path and I have this issue on both hosts, even if one is shutoff.
the full system below:
I verified all devices have the latest firmware/BIOS
Host 1 is connected to ports 1 on each enclosure controller
Host 2 is connected to ports 2 on each enclosure controller
I've tried connecting in an X (host 1 connects to port 1 on controller 1 and port 2 on controller 2) but both hosts hang on boot when trying to initialize the disks.