-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipath Support #59
Comments
Let's divide into two parts:
Actually, these 8 device paths only refer to 4 drives, so there have 4 pairs (4x2) which share the same drive. For this case, IDM lock manager will parse the drive block name and convert it to SCSI generic node (/dev/sgX) and then using partition table UUID for analysis the duplicated paths, so finally we can get below result:
The patches have been merged: #62
|
Have merged PR #120 to support multi-paths. |
Dual port SAS will be enumerated as 2 SCSI device and 2 block devices for a given drive. The lockmgr should use any available path for failover
The text was updated successfully, but these errors were encountered: