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

Release 2.6.1 changes to main #187

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Release 2.6.1 changes to main #187

merged 2 commits into from
Apr 20, 2023

Conversation

santhoshatdell
Copy link
Contributor

Description

Merging release-2.6.1 changes from PR #182 to main branch.
Release version has already been updated to 2.7.0 in the main branch. Updated 2.6.1 to 2.7.0 in other places to match with latest commit on the main branch.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#753

Please refer to PR #182 for the details.

santhoshatdell and others added 2 commits April 13, 2023 13:32
… current consumed size (#182)

Set quota on target directory based on source actual size, not by consumed size
Updated release version to 2.6.1
if err != nil {
return nil, status.Errorf(codes.Internal, "can't create volume quota %s", err.Error())
if strings.Contains(err.Error(), "not found:") {
log.Info("Remote quota doesn't exist, create it")
Copy link
Contributor

Choose a reason for hiding this comment

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

Change 'create' to 'creating' to better describe what is happening. 'create it' sounds like the user should go and perform the action manually.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will correct the log texts in the next PR. There will be one soon for the improvements I have planned.

@santhoshatdell santhoshatdell merged commit 1977164 into main Apr 20, 2023
@santhoshatdell santhoshatdell deleted the release-2.6.1-to-main branch April 20, 2023 14:56
shefali-malhotra pushed a commit that referenced this pull request Apr 26, 2023
… current consumed size (#182) (#187)

Set quota on target directory based on source actual size, not by consumed size
Updated release version
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.

3 participants