This means we are a bit blind when ASDs are becoming full. Therefore we want to introduce a metric per backend (allow backends to be excluded) which is the geometric avg of free space of all ASDs of the backend (a * b * c ... * n )^1/n where a etc is the % free space (value between 0=full and 1=empty). When below 0.2 warning, when below 0.15 error.
Based upon investigation in https://github.com/openvstorage/operations/issues/85 we have disabled the checks for full disks.
This means we are a bit blind when ASDs are becoming full. Therefore we want to introduce a metric per backend (allow backends to be excluded) which is the geometric avg of free space of all ASDs of the backend
(a * b * c ... * n )^1/n
where a etc is the % free space (value between 0=full and 1=empty). When below 0.2 warning, when below 0.15 error.