NERSC / shifter

Shifter - Linux Containers for HPC
Other
348 stars 65 forks source link

src/shifter_core.c: respect cache block size #288

Open maxim-belkin opened 3 years ago

maxim-belkin commented 3 years ago

Currently, perNodeCache's blocksize parameter is ignored. This PR fixes it.

scanon commented 3 years ago

Good catch. I wonder if it would be useful to make this configurable.

maxim-belkin commented 3 years ago

Do you mean a default site-wide value? Yeah, we can do that. Do you want this to be implemented in this PR?

scanon commented 3 years ago

I don't think so. I'll make a feature request issue for it.

scanon commented 2 years ago

@dmjacobsen Would it be safe to merge this (after rebasing)?