Skip to content

Conversation

@piyush5netapp
Copy link

@piyush5netapp piyush5netapp commented Dec 4, 2025

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?

  1. Create Storage Pool Type as NetworkFileSystem
image 2. Storage Pool is mounted on host . image 3. Ontap volume mapped to storage pool is created with custom export policy with host IPs allowed as clients. image 4. Create a VM instance with disk offering same as storage pool disk offering. image image image 5. Attach a volume to already existing vm instance image 6. All volume are as a file inside storage pool volume image

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

break;
case ISCSI:
parameters.setType(Storage.StoragePoolType.Iscsi);
path = "iqn.1992-08.com.netapp:" + details.get(Constants.SVM_NAME) + "." + storagePoolName;

Choose a reason for hiding this comment

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

Remove all these hard-coded values. You can keep them as commented code if required.

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