Skip to content

CSTACKEX-209: updating allowed snapshot name size to 255 as per the c…#70

Merged
rajiv-jain-netapp merged 1 commit into
mainfrom
feature/CSTACKEX-209
Jun 30, 2026
Merged

CSTACKEX-209: updating allowed snapshot name size to 255 as per the c…#70
rajiv-jain-netapp merged 1 commit into
mainfrom
feature/CSTACKEX-209

Conversation

@rajiv-jain-netapp

@rajiv-jain-netapp rajiv-jain-netapp commented Jun 30, 2026

Copy link
Copy Markdown

…loudstack and ontap supported scenarios

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?

@rajiv-jain-netapp rajiv-jain-netapp merged commit 7501ce8 into main Jun 30, 2026
19 checks passed
String buildSnapshotName(VMSnapshot vmSnapshot) {
String name = "vmsnap_" + vmSnapshot.getId() + "_" + System.currentTimeMillis();
// ONTAP snapshot names: max 256 chars, must start with letter, only alphanumeric and underscores
// ONTAP snapshot names: max 255 chars, must start with letter, only alphanumeric and underscores

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

comment should be for cloudstack not ontap.

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