Skip to content
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

fine tune logic to filter disks (backport #857) #862

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 9, 2024

Problem:

Logic disks managed by the raid controller will have the same serial number. This results in disks being deduplicated and ignored.

Solution:

From the sample data available the wwn is unique despite the serial number being the same.

The PR adds a minor tweak to continue comparing disks even if serial number is same and check for wwn uniqueness.

Related Issue:
harvester/harvester#6694
Test plan:


This is an automatic backport of pull request #857 done by [Mergify](https://mergify.com).

(cherry picked from commit b6a5418)
@mergify mergify bot mentioned this pull request Oct 9, 2024
@tserong tserong merged commit 8f1bc94 into v1.4 Oct 9, 2024
7 checks passed
@bk201 bk201 deleted the mergify/bp/v1.4/pr-857 branch December 23, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants