Skip to content

bugfix/CSTACKEX-130: All VM becomes a dummy/zombie running vm without any storage if any vm gets deleted#41

Open
piyush5netapp wants to merge 1 commit intomainfrom
bugfix/CSTACKEX-130
Open

bugfix/CSTACKEX-130: All VM becomes a dummy/zombie running vm without any storage if any vm gets deleted#41
piyush5netapp wants to merge 1 commit intomainfrom
bugfix/CSTACKEX-130

Conversation

@piyush5netapp
Copy link
Copy Markdown

@piyush5netapp piyush5netapp commented Apr 8, 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?

@piyush5netapp piyush5netapp changed the title bugfix/CSTACKEX-130: ontap fix for zombie vm after any vm is deleted bugfix/CSTACKEX-130: All VM becomes a dummy/zombie running vm without any storage if any vm gets deleted Apr 8, 2026
for (java.io.File entry : entries) {
String name = entry.getName();
if (name.startsWith(prefix) && !name.equals(prefix + lun)) {
logger.debug("Found other active LUN on same target: " + name);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Wasn't there a plan to write a new iscsi adaptor for 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