Conversation
8a29379 to
4278316
Compare
shwstppr
added a commit
that referenced
this pull request
Jul 27, 2021
Changes ported from 4.9.1.0-shapeblue8 Summarised changes from the 4.9.1.0-shapeblue8 release: Changes will be done to bypass secondary storage during the migration of a detached volume while using migrateVolume API. Instead, a worker VM is used, as the transport mechanism, to migrate a detached volume with vMotion (volume is attached to the worker VM, VM migrated, volume detached), while paying attention to the cluster in which the worker VM is created. Additionally, to improve the robustness of the CloudStack job queue framework for volumes. Change is made similar to the code change present in the upstream CloudStack repository pull request apache#2739
shwstppr
added a commit
that referenced
this pull request
Aug 16, 2021
From 4.9.3.0 to 4.10.0.0 storing of tags for storage pools was changed from cloud.storage_pool_details to cloud.storage_pool_tags. Up-port in #47 missed this and was using tag retrieval from the old table. https://github.com/apache/cloudstack/blob/4.10.0.0/setup/db/db/schema-4930to41000.sql#L139-L151 Unit tests replaced from https://github.com/apache/cloudstack/blob/4.12.0.0/server/src/test/java/com/cloud/storage/VolumeApiServiceImplTest.java
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
Work in progress PR - Vmware
FR document:
https://shapeblue.sharepoint.com/:w:/r/Shared%20Documents/Clients/Itelligence%20Group/FR2%20-%20PVLAN%20Support%20in%20L2%20Networks/itelligence%20FR2%20-%20Enable%20PVLAN%20support%20in%20L2%20Networks.docx?d=w3a060417f15949ca94269bd1f412ae3e&csf=1&e=uvycbT
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?