-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Initial primary storage pool plugin skeleton #11785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #11785 +/- ##
============================================
- Coverage 17.50% 17.50% -0.01%
- Complexity 15426 15428 +2
============================================
Files 5894 5897 +3
Lines 526847 526949 +102
Branches 64335 64338 +3
============================================
+ Hits 92232 92243 +11
- Misses 424238 424329 +91
Partials 10377 10377
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@rajiv-jain-netapp thanks for the PR, can you please add some description and test details for the better understanding of the PR. |
@@ -0,0 +1,190 @@ | |||
package org.apache.cloudstack.storage.driver; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the new files need to have the Apache license header
Description
This PR...
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?