Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Support Storage Capacity Tracking in CSI-PowerScale driver #188

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

chimanjain
Copy link
Contributor

@chimanjain chimanjain commented Apr 18, 2023

Description

Support Storage Capacity Tracking feature in CSI-PowerScale driver.

Additional context
Storage Capacity Tracking feature was GA'ed in Kubernetes v1.24.

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#824

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

How Has This Been Tested?

  • Ran Sanity test

Create PVC
pvc creation SCT

Create Pod
pod creation SCT

PVC Status is bound after pod creation
pvc after pod creation SCT

Get csistoragecapacities: kubectl get csistoragecapacities -n isilon
storage capacity SCT

Create PVC after setting storage capacity to 0
creating pvc after setting storage capacity to 0

Create pod after setting storage capacity to 0
creating pod after storage capacity is set to 0
Note: the status change after the polling is done again for storage capacity(5 minutes)

@nitesh3108 nitesh3108 merged commit 02ca65f into main Apr 27, 2023
@chimanjain chimanjain deleted the SCT-feature branch May 17, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants