You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an enterprise user of netapp, we have to spend time chasing around deleted_ Qtrees and empty FlexVols. The feature should at least be made optional in my eyes
The text was updated successfully, but these errors were encountered:
Describe the bug
The code calling the
pruneUnusedFlexVols
function has been commented 5 years ago in this commit by @clintonk.As a result, unused flexVols never get cleaned up 🤦🏼
Environment
Provide accurate information about the environment to help us reproduce the issue.
To Reproduce
Steps to reproduce the behavior:
Create a few flexVol with the ontap-nas-economy (ontap-nas-qtree in the code) and observe that FlexVols never get cleaned up.
Expected behavior
The code should be uncommented, the housekeeping task should run, and unused FlexVols should be cleaned up.
@clintonk can you remember the rationale ?
As an enterprise user of netapp, we have to spend time chasing around
deleted_
Qtrees and empty FlexVols. The feature should at least be made optional in my eyesThe text was updated successfully, but these errors were encountered: