Skip to content
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

Merged
merged 7 commits into from
Feb 1, 2022
Merged

Conversation

IliaRN
Copy link
Contributor

@IliaRN IliaRN commented Jan 26, 2022

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:

GitHub Issue #
dell/csm#116

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

@randeepdell
Copy link
Contributor

Need to rebase properly so that this PR reflects only the changes intended to be made and not show changes that are already merged.

service/identity.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@IliaRN IliaRN force-pushed the feature/replication branch from 5b537dc to b43b95c Compare February 1, 2022 07:40
@maxan98 maxan98 requested a review from bpjain2004 February 1, 2022 08:14
Copy link
Contributor

@randeepdell randeepdell left a 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 .

},
},
},
// {
Copy link
Contributor

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.

Copy link
Contributor

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

@bpjain2004 bpjain2004 merged commit 3081590 into main Feb 1, 2022
@bpjain2004 bpjain2004 deleted the feature/replication branch February 1, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants