mirror of
https://github.com/ewwhite/zfs-ha.git
synced 2026-05-15 14:16:09 -06:00
[GH-ISSUE #2] GPT-label instead of multipath #2
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#2
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 @colttt on GitHub (Sep 7, 2016).
Original GitHub issue: https://github.com/ewwhite/zfs-ha/issues/2
Hello,
first, very very good howto!
But I would recommend to use GPT-Labels instead of multipath, because you hace 36characters to specify which disk in which enclosure it is, thats better to support if a disk failes.. for example: r1e12d7-SN1234567 = r=rack, e=enclosure, d=disk and the Serialnumber.. at first it is a little bit of work to get all these correct information, but if something fails it is good to act very fast.
best regards
@ewwhite commented on GitHub (Sep 12, 2016):
The default is to use mpath or multipath/WWN devices. Drive location is going to be a function of your controller and enclosure setup, so there's no deterministic way to derive locations across the variety of potential configurations out there.
Are GPT labels acceptable as zpool creation devices?
@colttt commented on GitHub (Sep 12, 2016):
I know that the raidcontroller/enclosure don't say me in which bay is which Harddisk, but i can find it out and then this informations are very usefull.. you can blink the LED harddrives to find it out..