-
Notifications
You must be signed in to change notification settings - Fork 24
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
CSM Replication Support For PowerScale #45
Conversation
c85b1a7
to
5b537dc
Compare
Need to rebase properly so that this PR reflects only the changes intended to be made and not show changes that are already merged. |
# Conflicts: # go.mod # go.sum # service/controller.go # service/step_defs_test.go
5b537dc
to
b43b95c
Compare
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.
One minor comment, rest looks fine.
Info can be added in the PR .
}, | ||
}, | ||
}, | ||
// { |
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.
Please add a note here or in PR description as to why this is commented so that anyone picking it up has a starting point.
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.
This part alongside supported actions will be uncommented in further PRs that will add support for actions execution and protection group monitoring. This PR does not implement those calls yet they just left as commented out for now
Description
This PR addresses an issue with CSM Replication Support For PowerScale. Added initial replication code, implemented CreateRemoteVolume, CreateStorageProtectionGroup, DeleteStorageProtectionGroup methods, and BDD tests for new changes.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: