ceph-csi/internal/csi-common
Niels de Vos b7703faf37 util: make inode metrics optional in FilesystemNodeGetVolumeStats()
CephFS does not have a concept of "free inodes", inodes get allocated
on-demand in the filesystem.

This confuses alerting managers that expect a (high) number of free
inodes, and warnings get produced if the number of free inodes is not
high enough. This causes alerts to always get reported for CephFS.

To prevent the false-positive alerts from happening, the
NodeGetVolumeStats procedure for CephFS (and CephNFS) will not contain
inodes in the reply anymore.

See-also: https://bugzilla.redhat.com/2128263
Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-10-13 19:02:47 +00:00
..
controllerserver-default.go ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
driver.go ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
identityserver-default.go ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
nodeserver-default.go nfs: add nodeserver within cephcsi 2022-08-09 13:36:03 +00:00
server.go cleanup: refactor gRPC middleware into NewMiddlewareServerOption 2021-12-23 17:43:23 +00:00
utils_test.go util: make inode metrics optional in FilesystemNodeGetVolumeStats() 2022-10-13 19:02:47 +00:00
utils.go util: make inode metrics optional in FilesystemNodeGetVolumeStats() 2022-10-13 19:02:47 +00:00