You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A field in finch.yaml that lets me specify the size of the persistent disk. After I update the value, stop the VM, and then start the VM, the value should take effect.
The text was updated successfully, but these errors were encountered:
What is the problem you're trying to solve?.
I have an container image that is larger than the size of the persistent disk, which is currently hardcoded to
50G
:finch/pkg/disk/disk.go
Line 25 in fb78051
More info: #231
Describe the feature you'd like
A field in
finch.yaml
that lets me specify the size of the persistent disk. After I update the value, stop the VM, and then start the VM, the value should take effect.The text was updated successfully, but these errors were encountered: