From 5a2d232127d4b75f40343aca0ae30a173fa7c37e Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Tue, 12 Mar 2024 13:54:04 -0400 Subject: [PATCH 1/4] Update CHANGELOG-1.10.0.md --- CHANGELOG/CHANGELOG-1.10.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG/CHANGELOG-1.10.0.md b/CHANGELOG/CHANGELOG-1.10.0.md index dcb759e..fd543dc 100644 --- a/CHANGELOG/CHANGELOG-1.10.0.md +++ b/CHANGELOG/CHANGELOG-1.10.0.md @@ -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 8 Gi chunks, so if a create volume call is made with a size not divisible by 8, CSI-PowerFlex will round up to the next 8 Gi 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 10 Gi resource quota is set, and a user provisions 10 1 Gi 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 8 Gi-divisible chunks if they want to use resource quotas. This is reflected in the documentation starting in CSM v1.10. ## Changes by Kind From d762d8808b4b16b2cd3f32e648689813389e62f8 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Tue, 12 Mar 2024 13:58:09 -0400 Subject: [PATCH 2/4] Update CHANGELOG-1.10.0.md --- CHANGELOG/CHANGELOG-1.10.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.10.0.md b/CHANGELOG/CHANGELOG-1.10.0.md index fd543dc..e525fc6 100644 --- a/CHANGELOG/CHANGELOG-1.10.0.md +++ b/CHANGELOG/CHANGELOG-1.10.0.md @@ -13,7 +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 8 Gi chunks, so if a create volume call is made with a size not divisible by 8, CSI-PowerFlex will round up to the next 8 Gi 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 10 Gi resource quota is set, and a user provisions 10 1 Gi 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 8 Gi-divisible chunks if they want to use resource quotas. This is reflected in the documentation starting in CSM v1.10. +- 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. This is reflected in the documentation starting in CSM v1.10. ## Changes by Kind From c8b6fcde536db3a034c62b6062957e507ae8eeb1 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Tue, 12 Mar 2024 14:16:54 -0400 Subject: [PATCH 3/4] Update CHANGELOG-1.10.0.md --- CHANGELOG/CHANGELOG-1.10.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.10.0.md b/CHANGELOG/CHANGELOG-1.10.0.md index e525fc6..50ff0a8 100644 --- a/CHANGELOG/CHANGELOG-1.10.0.md +++ b/CHANGELOG/CHANGELOG-1.10.0.md @@ -13,7 +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. This is reflected in the documentation starting in CSM v1.10. +- 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. ## Changes by Kind From 1f7d1bb634b9e6725bbf8c1b0195c4f872d54017 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Tue, 12 Mar 2024 17:01:58 -0400 Subject: [PATCH 4/4] Update CHANGELOG-1.10.0.md --- CHANGELOG/CHANGELOG-1.10.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-1.10.0.md b/CHANGELOG/CHANGELOG-1.10.0.md index 50ff0a8..a113ed7 100644 --- a/CHANGELOG/CHANGELOG-1.10.0.md +++ b/CHANGELOG/CHANGELOG-1.10.0.md @@ -13,7 +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. +- 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, users should only provision volumes in 8Gi-divisible chunks if they want to use resource quotas. ## Changes by Kind