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
I can't find a clear statement in README or FAQ documents, which seems imply it's supported? I tried below steps but the volume is not increased, although the disk allocation of the VM is changed. Is there any additional steps required to resize volume? (And can those steps be documented?)
Or is it true according to #817 that disk resize is not supported for vz driver? If so can it also be documented in README or FAQ?
Thanks!
Version
colima version 0.8.1
git commit: 96598cc5b64e5e9e1e64891642b91edc8ac49d16
runtime: docker
arch: aarch64
client: v28.1.1
server: v24.0.7
limactl version 1.0.7
zsh: command not found: qemu-img
Operating System
macOS Intel <= 13 (Ventura)
macOS Intel >= 14 (Sonoma)
Apple Silicon <= 13 (Ventura)
Apple Silicon >= 14 (Sonoma)
Linux
Output of colima status
colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: docker
INFO[0000] mountType: virtiofs
INFO[0000] socket: unix:///Users/ericca/.colima/default/docker.sock
Seems to work here if qemu is installed. Upon resize it says: unable to resize disk: qemu-img not found, run 'brew install qemu' to install context=vm. Also using vz driver and looks ok now at first sight
Description
Is disk resize supported for vz driver?
I can't find a clear statement in README or FAQ documents, which seems imply it's supported? I tried below steps but the volume is not increased, although the disk allocation of the VM is changed. Is there any additional steps required to resize volume? (And can those steps be documented?)
Or is it true according to #817 that disk resize is not supported for vz driver? If so can it also be documented in README or FAQ?
Thanks!
Version
Operating System
Output of
colima status
Reproduction Steps
colima stop
colima start --edit
- Followed https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#how-can-disk-size-be-increased to increase the disk size from 60GB to 100GB.colima list
to check vm status, which shows 100GB:colima ssh -- df -h /usr/local
to check volume size, which still shows 60GB:Expected behaviour
The volume size of the VM is increased to 100GB.
Additional context
No response
The text was updated successfully, but these errors were encountered: