Closed
Conversation
Signed-off-by: Abhinandan Prateek <abhinandan.prateek@shapeblue.com>
yadvr
pushed a commit
that referenced
this pull request
Feb 16, 2019
state machine changes to all life cycle operations, GC an state synchronization
nvazquez
pushed a commit
that referenced
this pull request
May 1, 2020
PVLAN support for importing unmanaged VMs and vCenter network discovery
shwstppr
pushed a commit
that referenced
this pull request
Aug 24, 2020
* [CLOUDSTACK-9858] Retirement of midonet plugin (build disabling)
* build problem workaround for conflicting java versions
* research comments
* Adding marvin tests for:
1) simple VM migration with root volume
2) migration of vm and volume for a vm with 2 data disks
3) volume migration of detached disk
* the hypervisor-guru made migrate aware
implemented for vmware
* enable canHandle and implement detached volume migration for vmware
* rename method to fit naming scheme
* command rename to better specify scope of action
* pull up condition for readability
* extract some logic for readability
* fixing the migrate detached volume test
* info on destination cluster
* extra attempts on volume paths
* logging on name not found
* move volume to root after migration
* vmdk-extension
* nuage profile readded
* defensive debug logging
* Fix tag matching in 'migrateVolume'`
* Fix was meant for disk offering replacement and addapted for regular migration
* tagging tests
* reset status on failure
* Revert "nuage profile readded"
This reverts commit 05664c1801163ae2959052fa88cb87303ad93972.
* limit migration jobs
* null pointers during startup
* old style config
* space
* job count method
* job count check
* implement global setting fixes
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* option2: implement throwing exception if async_job table pending jobs exceed the threshold for migration
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* option1: use the sync_queue mechanism to limit execution per DS
This uses the ideal way that must be accepted by the community that uses
the sync_queue + the global setting via API dispatcher to enforce the
number of async API jobs executed for a sync Obj ID (datastore in our cases).
This is much cleaner implementation but involves changes to the
job framework, in case of any regressions we'll partially revert this
commit and aim to fix this during community submission.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* revert option2 - removes check/exception way
We can re-revert this commit to get the changes back
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
* Revert "option1: use the sync_queue mechanism to limit execution per DS"
This reverts commit c4c286c5ac87171018b99fb079e512477fcb0aa0.
* Revert "revert option2 - removes check/exception way"
This reverts commit c610f476ddc9f42ab7e6f7a799c1b825cf96ae99.
Pearl1594
pushed a commit
that referenced
this pull request
Nov 25, 2020
yadvr
pushed a commit
that referenced
this pull request
Jan 20, 2021
Small changes to remove some console errors that currently occur. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
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
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.
Signed-off-by: Abhinandan Prateek abhinandan.prateek@shapeblue.com