-
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
fix(cvi,vi): unlock pending vi/cvi from vd ref #416
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
Isteb4k
requested changes
Oct 8, 2024
images/virtualization-artifact/pkg/controller/cvi/internal/source/object_ref_vd.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/cvi/internal/datasource_ready.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/cvi/internal/source/errors.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/attachee.go
Outdated
Show resolved
Hide resolved
Isteb4k
requested changes
Oct 8, 2024
images/virtualization-artifact/pkg/controller/vi/internal/source/object_ref_vd.go
Outdated
Show resolved
Hide resolved
45552d1
to
8e5b4f1
Compare
Isteb4k
requested changes
Oct 15, 2024
images/virtualization-artifact/pkg/controller/vd/internal/attachee.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/attachee.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/attachee.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/vd_reconciler.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vi/internal/source/object_ref_vd.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vm/internal/block_device.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vm/internal/block_device.go
Show resolved
Hide resolved
Isteb4k
requested changes
Oct 15, 2024
images/virtualization-artifact/pkg/controller/vd/internal/inuse.go
Outdated
Show resolved
Hide resolved
523f4a4
to
f8134b5
Compare
70fd271
to
0f11fd4
Compare
diafour
reviewed
Oct 28, 2024
images/virtualization-artifact/pkg/controller/vi/internal/source/errors.go
Outdated
Show resolved
Hide resolved
diafour
reviewed
Oct 28, 2024
d37bad7
to
7b7bcd5
Compare
7b7bcd5
to
11bbb7f
Compare
8d2b638
to
8b0c8b6
Compare
03a7ea4
to
a959b5b
Compare
Signed-off-by: dmitry.lopatin <[email protected]>
Signed-off-by: dmitry.lopatin <[email protected]>
Signed-off-by: dmitry.lopatin <[email protected]>
a959b5b
to
3132202
Compare
Signed-off-by: dmitry.lopatin <[email protected]>
3132202
to
c7c091c
Compare
Isteb4k
requested changes
Dec 9, 2024
images/virtualization-artifact/pkg/controller/vd/internal/inuse.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse_test.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse_test.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse_test.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse_test.go
Outdated
Show resolved
Hide resolved
images/virtualization-artifact/pkg/controller/vd/internal/inuse.go
Outdated
Show resolved
Hide resolved
f34df93
to
13b642e
Compare
Signed-off-by: dmitry.lopatin <[email protected]>
13b642e
to
053ed6e
Compare
Isteb4k
approved these changes
Dec 16, 2024
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
Why do we need it, and what problem does it solve?
Fix problem with lock VirtualImage and ClusterVirtual image in phase 'Pending' after stopping or deleting VirtualMachine, when used needed VirtualDisk in them.
What is the expected result?
Checklist