Actions
Bug #21766
closedKeep-web local disk cache size does not respect configuration
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Configured disk cache size does not respect configuration entry due to two bugs:
- Configured value does not get propagated from the loaded config to the disk cache code
- Percentage values (including the default 10%) are computed as x% of free space, instead of x% of total filesystem size as intended
Additionally, the DiskCache logging is not connected when initialized by keepclient, so even with SystemLogs.LogLevel: debug
the existing debugf()
logs do not appear. We should fix this too.
Updated by Tom Clegg 9 months ago
21766-disk-cache-size @ 5208605890afc290d28d43cf6c4ebf88f989ba47 -- developer-run-tests: #4215
- abad6e6fb7 21766: Enable keepclient debug logging in keep-web.
- 7b2e98f388 21766: Fix WebDAVCache.DiskCacheSize config being ignored.
- f15670e518 21766: Fix disk cache size percentage calculation.
Updated by Tom Clegg 9 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|b1ffc878a5ea6ba083b8fbc8f20c15c7a6f1e1ec.
Actions