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

Add integrity flag to volume spec #2365

Closed
wants to merge 1 commit into from

Conversation

vivekpx
Copy link
Contributor

@vivekpx vivekpx commented Oct 20, 2023

What this PR does / why we need it:
Added new flag for creating integrity volumes.

Which issue(s) this PR fixes (optional)
Closes # PWX-34423

Testing Notes
Add testing output or passing unit test output here.

Special notes for your reviewer:
Add any notes for the reviewer here.

@github-actions
Copy link

This PR is stale because it has been in review for 3 days with no activity.

api/api.proto Outdated
@@ -714,6 +714,8 @@ message VolumeSpec {
bool near_sync = 51;
// NearSyncReplicationStrategy is replication strategy for near sync volumes
NearSyncReplicationStrategy near_sync_replication_strategy = 52;
// Integrity is true if data for the volume will be checksumed
bool integrity = 53;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not call it checksum itself?

@cnbu-jenkins cnbu-jenkins force-pushed the integrity_flag branch 4 times, most recently from af6412d to fe0713d Compare October 31, 2023 14:42
@vivekpx vivekpx closed this Nov 8, 2023
@vivekpx vivekpx deleted the integrity_flag branch November 8, 2023 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants