When installing using grml-debootstrap, mkfs usually automatically trims/discards unused blocks. After we are done, we should run fstrim on the created filesystems, to drop newly unused blocks.
Do this always, not just for VMs.
This issue originated in #367.
When installing using grml-debootstrap, mkfs usually automatically trims/discards unused blocks. After we are done, we should run
fstrimon the created filesystems, to drop newly unused blocks.Do this always, not just for VMs.
This issue originated in #367.