-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(vmop): add operation to migrate vm #386
Merged
Merged
Conversation
This file contains 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
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
September 18, 2024 21:56
07518f3
to
8860062
Compare
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
September 19, 2024 08:17
8860062
to
b56e05c
Compare
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
September 19, 2024 22:07
b56e05c
to
e57691f
Compare
fl64
changed the title
feat(vmop): impl op migrate
feat(vmop): add operation to migrate vm
Sep 23, 2024
Isteb4k
requested changes
Sep 24, 2024
images/virtualization-artifact/pkg/controller/service/vm_operation.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/service/vm_operation.go
Outdated
Show resolved
Hide resolved
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
2 times, most recently
from
September 25, 2024 15:33
e7ba18e
to
fa56a95
Compare
fl64
requested changes
Sep 25, 2024
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
September 26, 2024 09:12
65293de
to
680743a
Compare
fl64
reviewed
Sep 26, 2024
diafour
reviewed
Sep 30, 2024
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
September 30, 2024 08:58
ea74762
to
6901606
Compare
diafour
reviewed
Sep 30, 2024
diafour
previously approved these changes
Sep 30, 2024
fl64
previously approved these changes
Oct 1, 2024
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Pavel Tishkov <[email protected]> Signed-off-by: Yaroslav Borbat <[email protected]> Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Pavel Tishkov <[email protected]> Signed-off-by: Yaroslav Borbat <[email protected]> Signed-off-by: yaroslavborbat <[email protected]>
Co-authored-by: Ivan Mikheykin <[email protected]> Signed-off-by: Yaroslav Borbat <[email protected]>
Signed-off-by: yaroslavborbat <[email protected]>
yaroslavborbat
force-pushed
the
feat/vmop/impl-op-migrate
branch
from
October 1, 2024 07:39
2ae74b9
to
782e1bb
Compare
Signed-off-by: yaroslavborbat <[email protected]>
Isteb4k
approved these changes
Oct 1, 2024
diafour
added a commit
that referenced
this pull request
Oct 2, 2024
implementation of the Migration operation --------- Signed-off-by: yaroslavborbat <[email protected]> Signed-off-by: Yaroslav Borbat <[email protected]> Co-authored-by: Pavel Tishkov <[email protected]> Co-authored-by: Ivan Mikheykin <[email protected]>
universal-itengineer
pushed a commit
that referenced
this pull request
Oct 14, 2024
Features api: move calculation of scratch filesystem overhead to cdi controller (91d8db3) cvi,vi,vd: replace uploadCommand field with imageUploadURLs (70ccd2e) kube-api-rewriter: add pprof and metrics, fix rewrite performance (#402) (a009052) vd, vmbda: add _labels and _annotations metrics (#399) (7690d2b) vd: resizing vd in filesystem mode (#385) (7857bd3) vm: add custom secret types for provisioning (#390) (597d551) vm: add failure message to condition if migration is failed (78b3a42) vm: add new VM _labels and _annotations metrics and refactor existing ones (#398) (75e57ad) vmclass: add validation for matching virtual machine sizing policies upon virtual machine class change (#389) (029c445) vm: disable serial console log (21d0bec) vmop: add metrics (#370) (2436b8e) vmop: add operation to migrate vm (#386) (d61bab4) vmrestore: add the ability to restore virtualmachines (0c59bff) vmsnapshot: add the ability to snapshot virtualmachines (38b84d4) Bug Fixes vd,vi,cvi: fix vd uploader service creating (#409) (d012007) vd: allow to change size in spec for not ready vd (#411) (38bb0eb) vm,vmip: improve VMIP management (#374) (d6695ef) vmbda: reconcile from virtual disk phase changes events (7157204) vm: fix the virtual machine matching with the virtual machine class during validation when no sizing policy is provided (#431) (4704e31) vmip: add validating ip address for VMIP with type 'Static' (#404) (2c95be9) vmip: fix deleting unattached vmip (#405) (56cb6cd)
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.
Description
implementation of the
Migration
operationWhy do we need it, and what problem does it solve?
What is the expected result?
Checklist