-
Notifications
You must be signed in to change notification settings - Fork 1.3k
vmware: vm migration improvements #4385
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
Merged
rohityadavcloud
merged 38 commits into
apache:master
from
shapeblue:vmware-migration-improvements
Feb 12, 2021
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
ceb16c2
vmware: migration improvements
shwstppr 1fa0c79
ui changes
shwstppr c41d5fb
null hypervisor check
shwstppr 003af0e
review changes
shwstppr 6aad7a7
review changes
shwstppr 341a69f
fix
shwstppr 503ae44
fixes
shwstppr d2a2ec5
Merge branch 'master' into vmware-migration-improvements
shwstppr 45ad746
fix volume migration
shwstppr 39683d8
fix
shwstppr 74f85ba
fix datastore type getter
shwstppr 9b1e0f6
fix
shwstppr d409b3b
log
shwstppr 2039b55
get host hardware version
shwstppr aee302b
add newer version
shwstppr 9824683
retrieve hardwareVersion from sdk
shwstppr 4419ce6
revert to hardwareversion mapping
shwstppr 4085a14
fix ui
shwstppr dd7825f
fix
shwstppr 9ca75f0
changes for system vm
shwstppr 919c5dd
fix
shwstppr 8f6b1d1
fix npe on defaultnic
shwstppr c765b87
revert SDK configurationEx property changes
shwstppr d50e3ac
Merge branch 'master' into vmware-migration-improvements
shwstppr fa661f3
use static mapping for api version to hardware version
shwstppr 0e07ff2
Merge branch 'master' into vmware-migration-improvements
shwstppr a67382f
Merge branch 'master' into vmware-migration-improvements
shwstppr 131b5e0
fix systemvm migration with volume on zone-wide store
shwstppr 102ceea
fix
shwstppr 892cdeb
fixes
shwstppr 391fcf2
Merge branch 'master' into vmware-migration-improvements
shwstppr da7de1f
fix post hypervisor storage migration cleanup
shwstppr 6220a60
Merge branch 'master' into vmware-migration-improvements
shwstppr 099d170
ui: moved over new ui changes from old repo
shwstppr a204e31
refactor
shwstppr 6a03a7c
add missing file
shwstppr 9f4fc90
Merge branch 'master' into vmware-migration-improvements
shwstppr e73fa08
remove tag matching for user provided mappings
shwstppr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
@shwstppr possible to optimise multiple checks for getHostId() and getStorageId() not null here ?