-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add support of direct FC storage from oVirt #657
Conversation
2a86e92
to
54105ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
as we talked offline - it would have been better to add the version to the data in the inventory so that we can add a validation in the validation-service that is displayed when selecting the VMs, but that's good enough now that we declare that we only support RHV 4.4 SP1
that's a bit confusing because there's LUN storage domains in oVirt, please change to |
d27e98b
to
0cc5c7c
Compare
When dealing with FC storage, we need the ID of that LUN in order to map it. Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
When having FC create the right PV for it. Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
This patch will check the source provider version when it's oVirt provider and we have a direct LUN/FC to migrate. It will make sure we can support direct LUN/FC migration with enough API details from ovirt to do so. The minimal required version of ovirt is ovirt-engine-4.5.2.1 based on the PR: oVirt/ovirt-engine@e7c1f58 Signed-off-by: Liran Rotenberg <lrotenbe@redhat.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR will allow migrations of direct FC disks from oVirt.
https://issues.redhat.com/browse/MTV-659