slavkap opened a new pull request, #6007:
URL: https://github.com/apache/cloudstack/pull/6007

   ### Description
   
   This PR adds a volume storage plugin for StorPool SDS
   
   The main reason all classes are in one module is to provide maximum driver 
support even when the version is out of support. When installing the 
CloudsStack the StorPool's driver will come in a separate jar from the main 
uber jar. This allows us to provide fixes or enhancements before releases or 
out-of-support versions. It will only be necessary to override the old jar with 
the new one that carries the fix or the improvement. This decision has no 
effect or harm on the CloudStack project itself
   
   Supported operations:
   
   create/resize/delete volumes
   take/revert/delete volume snapshots
   take/revert/delete group snapshots - VM snapshots without the VM's memory
   migrate Ceph/NFS/StorPool volumes to another StorPool primary storage
   VM live migration with storage - tested with volumes on NFS/Ceph/StorPool to 
another StorPool primary storage
   create a template from volume/snapshot
   
   
   ### Types of changes
   
   - [ ] 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)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   ### 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. -->
   
   Environment with 2 Zones
   
   1st Zone:
   1 pod
   2 clusters with 2 hyprvisors each
   2 StorPool clusters with 2 clients in a MultiCluster
   
   2nd Zone:
   1 Pod
   1 cluster with 1 hyprvisor
   1 StorPool cluster
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to