-
Notifications
You must be signed in to change notification settings - Fork 31
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: Add basic go build ./... for the stable branch #552
Commits on Jul 31, 2023
-
LUNs disks are a special case. They do not have a task when migrating and we do not need to update their progress. The disk are pre-made and just being attached. Therefore, we need to skip them. Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2f5855 - Browse repository at this point
Copy the full SHA a2f5855View commit details -
Signed-off-by: Bella Khizgiyaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a07ae5a - Browse repository at this point
Copy the full SHA a07ae5aView commit details
Commits on Aug 2, 2023
-
Add missing mounts for virt-v2v container
In c33a65b, we dropped by mistake the libvirt-domain-xml and vddk-vol-mount mounts from the virt-v2v container when migrating from vSphere (and kept them only when migrating from OVA provider). This broke warm migration from vSphere and decrease the speed of cold-migrations significantly. Thus, adding back the missing mounts. Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 406de59 - Browse repository at this point
Copy the full SHA 406de59View commit details -
Remove usages of ioutil because it's deprected as of go 1.16
https://pkg.go.dev/io/ioutil Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4251a2a - Browse repository at this point
Copy the full SHA 4251a2aView commit details -
When migrating a LUN disk from ovirt source in warm migration we need to mark the CopyDisk as completed. Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 011520b - Browse repository at this point
Copy the full SHA 011520bView commit details -
validation: fix openstack shared disk validation
Fix the shared disk validation when the attachments array is empty. Fixes kubev2v#442 Signed-off-by: Miguel Martín <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22eae0b - Browse repository at this point
Copy the full SHA 22eae0bView commit details
Commits on Aug 3, 2023
-
plan: check error returned by GetPopulatorTaskName
Signed-off-by: Miguel Martín <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc846b3 - Browse repository at this point
Copy the full SHA dc846b3View commit details -
ocp: use source client where needed
Attempt to properly support remote source by using destination and source clients where appropriate Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6a81db - Browse repository at this point
Copy the full SHA e6a81dbView commit details
Commits on Aug 6, 2023
-
Exit when virt-v2v cold hit an error
Since we now support two flows in the virt-v2v image, it doesn't end with the actual `virt-v2v` command. In that case the pod may end with success although, it didn't. Now the script will exit with an error on the first error occurrence. Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9be3425 - Browse repository at this point
Copy the full SHA 9be3425View commit details -
Change the storage mapping for OVA
Signed-off-by: Bella Khizgiyaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 322997e - Browse repository at this point
Copy the full SHA 322997eView commit details
Commits on Aug 7, 2023
-
OCP: add support for secrets and configmaps
Signed-off-by: Benny Zlotnik <[email protected]> ocp: make sure the volume is a PVC Since adding support for OCP to OCP volumes may not only be PVCs so a nil check has to be made Signed-off-by: Benny Zlotnik <[email protected]> ocp: address comments Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66fc0b4 - Browse repository at this point
Copy the full SHA 66fc0b4View commit details -
fixing the error in the entrypoint script: line 5: [: missing `]' Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f733b3 - Browse repository at this point
Copy the full SHA 0f733b3View commit details
Commits on Aug 8, 2023
-
ocp: use namespace from Ref when present
When looking up VMs in plans we need to use the namespace from the Ref, and not rely on splitting the name Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6cf6c0 - Browse repository at this point
Copy the full SHA e6cf6c0View commit details -
ocp: make export token TTL configurable
Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8b762d - Browse repository at this point
Copy the full SHA d8b762dView commit details
Commits on Aug 9, 2023
-
openstack: use raw format for images
The format has to always be raw for OpenShift Virtualization Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b698fd5 - Browse repository at this point
Copy the full SHA b698fd5View commit details -
Signed-off-by: Bella Khizgiyaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0f8666 - Browse repository at this point
Copy the full SHA d0f8666View commit details -
Fix virt-v2v entrypoint script
Since we added OVA we had two options to execute the virt-v2v command. Now the command will be built and will be executed at the end without conditions regarding the source. This will allow us to know if we had an error and fail the pod in such case. Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da87c4e - Browse repository at this point
Copy the full SHA da87c4eView commit details -
Consider namespace/name format for source NAD Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7750145 - Browse repository at this point
Copy the full SHA 7750145View commit details
Commits on Aug 10, 2023
-
Fix TLS SSL connection to FIPS enabled systems
This patch will bump the ubi9-minimal image and include the fix of the SSL connection to the cold virt-v2v. Signed-off-by: Liran Rotenberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f0d752 - Browse repository at this point
Copy the full SHA 0f0d752View commit details -
add -layer suffix to ems layer
Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de76b60 - Browse repository at this point
Copy the full SHA de76b60View commit details -
ovirt client: Check if snapshot was created sucesfully
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75496cc - Browse repository at this point
Copy the full SHA 75496ccView commit details -
ovirt: Do not wait for timeout when snapshot removal fails
When we trigger remove-snapshot and the operation fails, we immediately break rather than keep waiting until the timeout of waiting for the result of the operation is reached. This change also includes refactoring - changing the format of the error that is generated from ConflictError and simplify the function Client#CheckSnapshotReady. Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfdc2f8 - Browse repository at this point
Copy the full SHA dfdc2f8View commit details -
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1358cce - Browse repository at this point
Copy the full SHA 1358cceView commit details -
Add check for snapshot removal
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9aaddfa - Browse repository at this point
Copy the full SHA 9aaddfaView commit details -
Update the timeout phase with the start time
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3730f7 - Browse repository at this point
Copy the full SHA a3730f7View commit details -
Remove go util wait from bazel
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 247db3f - Browse repository at this point
Copy the full SHA 247db3fView commit details -
Replace MustCode with Code and check if the element exists
Signed-off-by: Martin Necas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80c92a6 - Browse repository at this point
Copy the full SHA 80c92a6View commit details -
ignore events from ovirt without 'code'
Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bb60b1 - Browse repository at this point
Copy the full SHA 0bb60b1View commit details -
Signed-off-by: Bella Khizgiyaev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 890d4a2 - Browse repository at this point
Copy the full SHA 890d4a2View commit details -
virt-v2v: Build our own fixed appliance on el8
Similar to kubev2v#226 but on el8 (the appliance used with el8 libguestfs does not support qcow2 images so the image is still compressed within the container image and extract by the 'entrypoint' script). Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2ec3ea - Browse repository at this point
Copy the full SHA a2ec3eaView commit details
Commits on Aug 14, 2023
-
ocp: preserve boot order for disks
Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b4ca5a - Browse repository at this point
Copy the full SHA 6b4ca5aView commit details -
ocp: fix storage mapping validation
DV based disks need to be considered as well Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a16b3b3 - Browse repository at this point
Copy the full SHA a16b3b3View commit details -
Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbeb402 - Browse repository at this point
Copy the full SHA cbeb402View commit details
Commits on Aug 15, 2023
-
ocp: copy loop var when iterating over interfaces
Otherwise we end up using the variable which we copy over the same interface and keep the type Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e13818f - Browse repository at this point
Copy the full SHA e13818fView commit details -
It seems like dv.PVC is always nil because we don't create a DV from a PVC, this leads to failing to find the DV whenever the importer pod fails and it will restart forever instead of 3 times Signed-off-by: Benny Zlotnik <[email protected]> rename DataVolume to DataVolumeWrapper Make it slightly less confusing Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91f7934 - Browse repository at this point
Copy the full SHA 91f7934View commit details -
Fix configuration for disabling EMS check with FIPS
Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d51ec8 - Browse repository at this point
Copy the full SHA 7d51ec8View commit details -
bump dependencies of virt-v2v on centos-stream-9
Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f04b13e - Browse repository at this point
Copy the full SHA f04b13eView commit details
Commits on Aug 16, 2023
-
fix 'undefined: logging.LevelLogger'
pkg/controller/plan/adapter/ocp/validator.go:24:23: undefined: logging.LevelLogger Signed-off-by: Arik Hadas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48cad02 - Browse repository at this point
Copy the full SHA 48cad02View commit details -
Add basic go build ./... for the stable branch
Signed-off-by: Benny Zlotnik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 667d1b3 - Browse repository at this point
Copy the full SHA 667d1b3View commit details