Skip to content

initscript: make the execution of fstrim more asynchronous

Martin Roukala requested to merge fstrim_background_execution into master

This operation may take a minute, so let's not wait needlessly, and instead perform as many tasks as possible before waiting for completion.

We however want to make sure the execution is over before running the first container, to make sure it won't affect the performance.

Merge request reports