ceph-csi/internal
karthik-us 5a0eeb882e cephfs: Fix cephfs PVC sizing
Issue:
The RoundOffCephFSVolSize() function omits the fractional
part when calculating the size for cephfs volumes, leading
to the created volume capacity to be lesser than the requested
volume capacity.

Fix:
Consider the fractional part during the size calculation so the
rounded off volume size will be greater than or equal to the
requested volume size.

Signed-off-by: karthik-us <ksubrahm@redhat.com>
Fixes: #4179
2023-10-12 17:31:46 +00:00
..
cephfs cephfs: safeguard subVolumeGroupCreated map from race condition 2023-10-10 21:04:05 +00:00
controller rebase: replace MetricsBindAddress with Metrics 2023-08-29 13:39:45 +00:00
csi-addons rbd: fixed all potential crashing when decoding volume ID failed 2023-09-06 13:46:22 +00:00
csi-common build: address interfacer warning 2023-06-05 04:49:46 +00:00
journal build: address gofmt warnings 2023-06-05 04:49:46 +00:00
kms build: address gofmt warnings 2023-06-05 04:49:46 +00:00
liveness cleanup: move log functions to new internal/util/log package 2021-08-26 09:34:05 +00:00
nfs nfs: add support for clients in the StorageClass 2023-07-06 06:24:11 +00:00
rbd rbd: update snap RbdImageName in createSnapshot 2023-10-03 11:45:03 +00:00
util cephfs: Fix cephfs PVC sizing 2023-10-12 17:31:46 +00:00