Bug #16425
Updated by Ward Vandewege over 4 years ago
Keepstore walks all directories in its mount points, even those it never writes in. This can lead to a situation where keepstore does tons of unnecessary IO (e.g. when .snapshot directories are present, where e.g. when GPFS makes daily keeps snapshots). Adding an option to exclude certain directories from what Keep considers would be a good solution.