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

Backport https://github.com/kubev2v/forklift/pull/592 #618

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

bkhizgiy
Copy link
Member

@bkhizgiy bkhizgiy commented Oct 4, 2023

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.

backport of #592

Signed-off-by: Bella Khizgiyaev <[email protected]>
@bkhizgiy bkhizgiy requested a review from ahadas as a code owner October 4, 2023 12:16
@bkhizgiy
Copy link
Member Author

bkhizgiy commented Oct 4, 2023

Note: the wait version on main is more updated so the original function had to be changed to match v2.5.1.
Was tested in several flows and working as expected.

Copy link
Member

@ahadas ahadas left a comment

Choose a reason for hiding this comment

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

minor comments but we'll need to verify these changes as well

pkg/controller/plan/kubevirt.go Outdated Show resolved Hide resolved
pkg/controller/plan/kubevirt.go Outdated Show resolved Hide resolved
pkg/controller/plan/kubevirt.go Show resolved Hide resolved
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ahadas ahadas merged commit edd988e into kubev2v:release-v2.5.1 Oct 4, 2023
4 checks passed
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.

2 participants