Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Fixes: #4179
- Loading branch information