How does finch handle cleaning up Lima diffdisk? #1255
-
Hi, I use Rancher Desktop but have recently been annoyed by having to factory reset it due to
Does finch automatically handle this for me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, thanks for the reach out and sorry for the delay. The way Finch works right now is that when you reset your VM ( However, the size of that container data disk is sparsely allocated and we currently do not clean or re-sparsify it automatically. We have some issues tracking improvements to our disk size situation: |
Beta Was this translation helpful? Give feedback.
Hey, thanks for the reach out and sorry for the delay.
The way Finch works right now is that when you reset your VM (
finch vm stop && finch vm remove && finch vm init
), your "container data" will be persisted in the new VM. This means that you can safely discard your VM while still maintaining your container data.However, the size of that container data disk is sparsely allocated and we currently do not clean or re-sparsify it automatically.
We have some issues tracking improvements to our disk size situation: