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

Update CHANGELOG-1.10.0.md #1184

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Conversation

jooseppi-luna
Copy link
Contributor

@jooseppi-luna jooseppi-luna commented Mar 12, 2024

Description

Adding a known issue reported by customer.

GitHub Issues

GitHub Issue #
#1163
#1091

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
  • I have maintained backward compatibility

How Has This Been Tested?

Ran spellchecker

@csmbot
Copy link
Collaborator

csmbot commented Mar 12, 2024

@jooseppi-luna: Thank you for submitting your pull request!

Please make sure you have followed our contributing guidelines. We will review it as soon as possible.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.

JacobGros
JacobGros previously approved these changes Mar 12, 2024
@@ -13,6 +13,7 @@
## Changelog since v1.9.3

## Known Issues
- Resource quotas may not work properly with the CSI PowerFlex driver. PowerFlex is only able to assign storage in 8Gi chunks, so if a create volume call is made with a size not divisible by 8Gi, CSI-PowerFlex will round up to the next 8Gi boundary when it provisions storage -- however, the resource quota will not record this size but rather the original size in the create request. This means that, for example, if a 10Gi resource quota is set, and a user provisions 10 1Gi PVCs, 80Gi of storage will actually be allocated, which is well over the amount specified in the resource quota. For now, because of this, users should only provision volumes in 8Gi-divisible chunks if they want to use resource quotas.

Choose a reason for hiding this comment

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

Can probably remove "because of this,"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

true

@shanmydell shanmydell merged commit c473e5f into release-v1.10.0 Mar 13, 2024
@shanmydell shanmydell deleted the add-pflex-res-quota-known-issue branch March 13, 2024 05:24
shaynafinocchiaro added a commit that referenced this pull request Mar 20, 2024
* Appending new change-log (#1095)

* Appending new change-log (#1102)

* Appending new change-log (#1132)

* Appending new change-log (#1144)

* Appending new change-log (#1154)

* Appending new change-log (#1168)

* Updating attribution file with latest dependencies (#1178)

Co-authored-by: csmbot <csm.maintainers@dell.com>

* Appending new change-log (#1179)

* Appending new change-log (#1182)

* Update CHANGELOG-1.10.0.md (#1184)

* Create community_qualification.yml (#1195)

* Update CHANGELOG-1.10.0.md

* Update LICENSES.md

---------

Co-authored-by: CSM Bot <105446864+csmbot@users.noreply.github.com>
Co-authored-by: gallacher <35462391+gallacher@users.noreply.github.com>
Co-authored-by: csmbot <csm.maintainers@dell.com>
Co-authored-by: Jooseppi Luna <jooseppi_luna@dell.com>
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.

5 participants