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

🐛multi vol followup #5173

Merged
merged 4 commits into from
Feb 7, 2025
Merged

Conversation

slntopp
Copy link
Member

@slntopp slntopp commented Feb 7, 2025

No description provided.

providers/os/connection/device/linux/device_manager.go Outdated Show resolved Hide resolved
return partitions, nil
}

return d.attemptExpandPartitions(partitions)
partitions, err = d.attemptExpandPartitions(partitions)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since we're not returning on err anymore, does attemptExpandPartitions protect against possible nil arrays being passed in?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's range loops all the way, but i've added a safety check anyway

Copy link
Contributor

github-actions bot commented Feb 7, 2025

Test Results

3 211 tests  ±0   3 207 ✅ ±0   1m 46s ⏱️ -22s
  385 suites ±0       4 💤 ±0 
   29 files   ±0       0 ❌ ±0 

Results for commit 523500e. ± Comparison against base commit 6d80e11.

♻️ This comment has been updated with latest results.

@slntopp slntopp marked this pull request as ready for review February 7, 2025 12:43
@slntopp slntopp merged commit 024b32c into preslav/lun-improvements Feb 7, 2025
17 checks passed
@slntopp slntopp deleted the mik/multi-vol-followup branch February 7, 2025 12:53
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants