Ramcache disabled does not split remaining free cache
Open
Cache
Stale
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
Reported by Steve Malenfant, when setting ram_cache=false the ram cache will not be allocated for that volume, however the ram cache that would now be free to allocate to other volumes is not allocated to them. So the calculation for the ramcache allocation is done across the total size and not total_size-vols_with_ram_cache_disabled_size
Need to see if there is a better way to do this, if we can scan for all ramcache disabled volumes ahead of time to properly split up the remaining ramcache
Contributor guide
Assessment
This issue has not been assessed yet.