rp- opened a new pull request #4994: URL: https://github.com/apache/cloudstack/pull/4994
### Description This PR adds a Linstor volume(primary storage) cloudstack driver to cloudstack. Basic operations as creating/migrating/deleting are working. Snapshots work with Linstor for most storage pool types, but will fail because cloudstack doesn't seem to support snapshots of RAW image types(suggestions/ideas are welcome) It also has a commit to port elastistor jersey-client to version 2.26, so it will not collide with Linstor dependencies (I can put that in a separate PR if needed) Design doc: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Linstor+storage+plugin Fixes: #4403 ### 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 - [X] Major - [ ] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [ ] Trivial ### How Has This Been Tested? 4 Node cloudstack cluster (1 Mgmt node, 3 KVM-hosts) with equivalent Linstor setup(1 Controller, 3 Satellites) Attaching volumes to VM's, migrating volumes between NFS storage and Linstor, creating templates from Linstor volumes -- 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]
