Skip to content

Feature/cstackex 183 pr#55

Merged
rajiv-jain-netapp merged 8 commits into
mainfrom
feature/CSTACKEX-183-pr
May 13, 2026
Merged

Feature/cstackex 183 pr#55
rajiv-jain-netapp merged 8 commits into
mainfrom
feature/CSTACKEX-183-pr

Conversation

@rajiv-jain-netapp
Copy link
Copy Markdown

@rajiv-jain-netapp rajiv-jain-netapp commented May 12, 2026

Description

This PR...

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

Copy link
Copy Markdown

@piyush5netapp piyush5netapp left a comment

Choose a reason for hiding this comment

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

Minor comments to take care.

}

if (StringUtils.isBlank(providerName)) {
if (StringUtils.isBlank(providerName )) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Do we need space after argument ?

public void setName(String name) {}

public void setName(String name) {
this.name = name; }
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Closing braces should be in next line.

if (values == null || values.isEmpty()) {
logger.error("getAccessGroup: get Igroup failed. Invalid request: {}", values);
throw new CloudRuntimeException(" get Igroup Failed, invalid request");
throw new CloudRuntimeException("get Igroup Failed, invalid request");
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

*Get

@rajiv-jain-netapp rajiv-jain-netapp merged commit be4c241 into main May 13, 2026
19 checks passed
@rajiv-jain-netapp rajiv-jain-netapp deleted the feature/CSTACKEX-183-pr branch May 13, 2026 05:18

if (jobResponse != null && jobResponse.getJob() != null) {
// Poll for job completion
Boolean jobSucceeded = storageStrategy.jobPollForSuccess(jobResponse.getJob().getUuid(), 30, 2);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

we can put this some variable instead directly putting the 2000 value here


// Poll for job completion
Boolean jobSucceeded = storageStrategy.jobPollForSuccess(jobResponse.getJob().getUuid(), 30, 2);
Boolean jobSucceeded = storageStrategy.jobPollForSuccess(jobResponse.getJob().getUuid(), 30, 2000);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

same here

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