[Do not merge] Storage migration for ScaleIO/Powerflex volumes#7611
Closed
harikrishna-patnala wants to merge 1 commit intoapache:mainfrom
Closed
[Do not merge] Storage migration for ScaleIO/Powerflex volumes#7611harikrishna-patnala wants to merge 1 commit intoapache:mainfrom
harikrishna-patnala wants to merge 1 commit intoapache:mainfrom
Conversation
… the ScaleIO storage pools of the same and different ScaleIO storage clusters. Previously this operation was blocked and now we are allowing it from API/UI. The volume migration within the same storage cluster is performed using ScaleIO’s native V-Tree migration operation where the volume will be live migrated to another storage pool. The volume migration across the different storage cluster is performed using libvirt’s live blockcopy operation which will first copy the volume to the destination storage pool and after a successful copy, the source volume will be deleted. Upon any failures during the block copy, source volume will remain to continue and other blockcopy operations will be reverted. A document PR is added here apache/cloudstack-documentation#321
Member
Author
|
@blueorangutan package |
|
@harikrishna-patnala a [LL] Jenkins job has been kicked to build packages. It will be bundled with SystemVM template(s). I'll keep you posted as I make progress. |
|
Packaging result [LL]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6113 |
Codecov Report
@@ Coverage Diff @@
## main #7611 +/- ##
============================================
+ Coverage 13.00% 13.03% +0.02%
- Complexity 9032 9048 +16
============================================
Files 2728 2728
Lines 256877 257168 +291
Branches 40060 40096 +36
============================================
+ Hits 33416 33520 +104
- Misses 219279 219446 +167
- Partials 4182 4202 +20
... and 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
A document PR is added here apache/cloudstack-documentation#321
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?