ceph-csi/internal/cephfs
Madhu Rajanna f171143135 cephfs: round to cephfs size to multiple of 4Mib
Due to the bug in the df stat we need to round off
the subvolume size to align with 4Mib.

Note:- Minimum supported size in cephcsi is 1Mib,
we dont need to take care of Kib.

fixes #3240

More details at https://github.com/ceph/ceph/pull/46905

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-07-13 18:32:40 +00:00
..
core cephfs: go with default permissions while creating subvolumes 2022-07-13 06:49:58 +00:00
errors cleanup: move core functions to core pkg 2021-09-23 06:39:37 +00:00
mounter cephfs: added support for snapshot-backed volumes 2022-06-16 09:44:27 +00:00
store cephfs: report detailed error message on clone failure 2022-06-30 19:33:41 +00:00
util cephfs: detect corrupt ceph-fuse mounts and try to remount 2022-03-10 06:05:52 +00:00
controllerserver.go cephfs: round to cephfs size to multiple of 4Mib 2022-07-13 18:32:40 +00:00
driver.go cephfs: refactor cephfs core functions 2022-02-22 20:39:23 +00:00
fuserecovery.go cephfs: added support for snapshot-backed volumes 2022-06-16 09:44:27 +00:00
identityserver.go ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
nodeserver.go cephfs: added support for snapshot-backed volumes 2022-06-16 09:44:27 +00:00
validator.go cephfs: correct comment for validateExpandVolumeRequest 2021-09-07 14:33:02 +00:00