-
Notifications
You must be signed in to change notification settings - Fork 34
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
OVA: changing nfs mount to server and conversion pod to use shared PVC #592
Conversation
The PR is ready and was tested on different namespaces, both the provider adding and migrations.
|
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.
@liranr23 can you please take over this one and polish it?
Still need to be tested, having some issue with my env. |
083bbac
to
53a2b98
Compare
Was tested also for restricted namespace and the entire flow was as expected. |
CI setup fails due to non-existing RPM dep of the ovirt-populator. #617 should fix it. |
Signed-off-by: Bella Khizgiyaev <[email protected]>
Signed-off-by: Liran Rotenberg <[email protected]>
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.
the code is better structured and it was verified with restricted namespaces, which is great. commented mostly on the code changes
af0df68
to
eb8fccf
Compare
Signed-off-by: Bella Khizgiyaev <[email protected]>
Signed-off-by: Bella Khizgiyaev <[email protected]>
Signed-off-by: Arik Hadas <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Signed-off-by: Bella Khizgiyaev <[email protected]>
for backport kubev2v#592 Signed-off-by: Bella Khizgiyaev <[email protected]>
for backport kubev2v#592 Signed-off-by: Bella Khizgiyaev <[email protected]>
for backport kubev2v#592 Signed-off-by: Bella Khizgiyaev <[email protected]>
Signed-off-by: Bella Khizgiyaev <[email protected]>
for backport #592 Signed-off-by: Bella Khizgiyaev <[email protected]>
Until now when adding a new OVA provider we were mount the NFS volume directly to the server/ conversion pod, this worked for some of the cases but wasn't supported on a restricted or different namespaces from forklift/MTV since NFS is not permitted. This fix switch the use of NFS to used shared PVC for both of the cases instead.