Ovfprops and vsphere adv together#63
Closed
harikrishna-patnala wants to merge 103 commits into
Closed
Conversation
This feature enables the following: Balanced migration of data objects from source Image store to destination Image store(s) Complete migration of data setting an image store to read-only viewing download progress of templates across all data stores Related Primate PR: apache/cloudstack-primate#326
…4326) This handle edge cases of upgrades and when legacy UI is used along with Primate or any UI sharing cookies. The specific case it fixes involves removal of duplicate sessionkey cookies. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
… when listAll=true (apache#4316) * added defensive checks for avoiding NPE and list projects API fix * list projects with account name provided to not include users in the account in response Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
…ragePolicies API is called multiple times
…he disk offering. Added corresponding manager objects from PBM sdk to do the job. Made dao layer changes to read the storage policy in diskoffering
…PI now takes storagepolicy as a parameter with UUID value
Created disks using VStorageObjectManager Removed redundant code around attach volume and create volumes
Added a new command class to verify the vCenter details provided while adding primary storage
…uld not try to cancel the maintenance upon failure, rather keep it in error in maintenance state
vVols attach disk fix
Fixed the issue of worker VM name being null
Also removed some unused imports during rebase
Member
Author
|
Created PR with wrong targets, created another PR |
yadvr
pushed a commit
that referenced
this pull request
Jan 20, 2021
Implements reusable settings component and the list view for global settings tab. 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.
Description
Fixing the issue, cannot start a stopped VM on Datastore Cluster as the disk is not on CloudStack intended datastore inside datastore cluster. This is due to datastore cluster has the ability to migrate disk across datastores inside datastore cluster.
Handling the situation while starting the VM to check if the volumes are on on intended datastore if not consider the actual datastore as on vCenter.
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?