sureshanaparti opened a new pull request #4304:
URL: https://github.com/apache/cloudstack/pull/4304


   ## Description
   <!--- Describe your changes in detail -->
   Storage plugin for Dell EMC PowerFlex/ScaleIO (formerly VxFlexOS)
   
   - Added support for PowerFlex/ScaleIO (v3.5 onwards) storage pool as a 
primary storage in CloudStack (for KVM hypervisor) and enabled VM/Volume 
operations on that pool (using pool tag).
   
   Please find more details in the FS here:
   https://cwiki.apache.org/confluence/x/cDl4CQ
   
   Documentation PR: https://github.com/apache/cloudstack-documentation/pull/169
   
   Primate UI: https://github.com/apache/cloudstack-primate/pull/863
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to 
reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be 
closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   <!-- see how your change affects other areas of the code, etc. -->
   
   Manual tests:
   - Deploy VM, with qcow2/raw images (with data disk)
   - Stop / Start / Restart / Reinstall / Destroy VM(s)
   - Attach / Detach / Resize / Destroy disk(s)
   - Create/Revert/Delete volume snapshots (on primary storage)
   - Create / Delete VM Snapshots (for Running & Stopped VMs)
   - Revert VM Snapshots (Stopped VMs)
   - Create template from Volume / Snapshot in ScaleIO pool and Deploy VM using 
that template
   - Migrate VM (with PowerFlex volumes) within/across Clusters
   - Migrate Volume (Volume Tree or V-Tree, along with snapshots) to other 
PowerFlex pool on the same PowerFlex/ScaleIO cluster
   - Migrate Volume (with no snapshots) to other PowerFlex pool on different 
PowerFlex/ScaleIO cluster
   
   Marvin tests:
   === TestName: test_01_create_vm_with_volume | Status : SUCCESS ===
   
   === TestName: test_02_attach_new_volume_to_stopped_vm | Status : SUCCESS ===
   
   === TestName: test_03_attach_detach_attach_volume_to_vm | Status : SUCCESS 
===
   
   === TestName: test_04_detach_vol_stopped_vm_start | Status : SUCCESS ===
   
   === TestName: test_05_attach_volume_to_stopped_vm | Status : SUCCESS ===
   
   === TestName: test_06_attached_volume_reboot_vm | Status : SUCCESS ===
   
   === TestName: test_07_detach_volume_reboot_vm | Status : SUCCESS ===
   
   === TestName: test_08_delete_volume_was_attached | Status : SUCCESS ===
   
   === TestName: test_09_migrate_volume_to_same_instance_pool | Status : 
SUCCESS ===
   
   === TestName: test_10_migrate_volume_to_distinct_instance_pool | Status : 
SUCCESS ===
   
   
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to