Thanks. I created in https://bugzilla.proxmox.com/show_bug.cgi?id=6452.
Kamil
On Tue, 10 Jun 2025 at 09:20, Christian Ebner wrote:
>
> Hi,
>
> thanks for sharing your ideas!
>
> On 6/8/25 16:25, Kamil Trzciński wrote:
> > Thanks for introducing LRU Cache.
> >
> > I have another suggestion that w
Hi,
thanks for sharing your ideas!
On 6/8/25 16:25, Kamil Trzciński wrote:
Thanks for introducing LRU Cache.
I have another suggestion that we further the sweep phase could be improved:
1. The sweep_unused_chunks could use LRU cache to avoid lstatat if
object is found in cache.
That is inde
Thanks for introducing LRU Cache.
I have another suggestion that we further the sweep phase could be improved:
1. The sweep_unused_chunks could use LRU cache to avoid lstatat if
object is found in cache.
The lstatat would only be required for potential objects that might
have been added while ru