Merged
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5413 +/- ##
==========================================
- Coverage 15.45% 10.10% -5.36%
==========================================
Files 112 500 +388
Lines 23377 57438 +34061
==========================================
+ Hits 3613 5804 +2191
- Misses 19479 51153 +31674
- Partials 285 481 +196
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
mrnold
approved these changes
Mar 11, 2026
Issue: When migrating RDM disks they are not treated as LUN but disks. This causes that the VM can't send SGIO comnads. Fix: Add option to enable the RDM disks as LUN. Ref: https://issues.redhat.com/browse/MTV-4701 Resolves: MTV-4701 Signed-off-by: Martin Necas <mnecas@redhat.com>
|
Member
Author
|
/backport release-2.11 |
|
✅ PR #5413 backported to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Issue:
When migrating RDM disks they are not treated as LUN but disks. This causes that the VM can't send SGIO comnads.
Fix:
Add option to enable the RDM disks as LUN.
Ref: https://issues.redhat.com/browse/MTV-4701
Resolves: MTV-4701