Andreas Allacher
Andreas Allacher
@abiosoft yes, qemu version seems to work fine and also I had another colleague try it on an M2 (delete / start) and there it worked fine. but I got...
@abiosoft I also just tried the following lima config and manually creating it, and it fails as well with expanding disk: ```yaml images: - location: 'https://github.com/abiosoft/colima-core/releases/download/v0.6.7/ubuntu-23.10-minimal-cloudimg-amd64.qcow2' arch: 'x86_64' digest: 'sha512:9980ac00edc0a0b75e9c924f25f3403e76ef8fd680ee1847082de543a8ff851413992a18b065c53092edf298d11de50b0b129ece1ec17217bd8a6e9266b22345'...
@abiosoft I did one more test and the following did indeed work (using limactl manually): download and convert image manually to raw using qemu-img ```sh curl -o ubuntu-23.10-minimal-cloudimg-amd64.qcow2 -L https://github.com/abiosoft/colima-core/releases/download/v0.6.7/ubuntu-23.10-minimal-cloudimg-amd64.qcow2...
@abiosoft The easiest solution would be to switch back to the raw image type until the lima bug is fixed. at least for intel macs when using vmtype vz. not...
@abiosoft that would be even better. strictly speaking it could always be done for now for VZ vm type, as lima does the conversion anyway. Any idea when the corresponding...
@abiosoft any news when this might be fixed? as it bascially prevents me to do a colima delete (though it is probably not necessary now that I have it running...
I am not 100% sure it is related to this issue, but it seems related. I just had an issue with the new colima version that changed from raw format...
Btw. from my checks with colima 0.6.7 I did some checks on the file on the disk and it seems that the temporary filename is not changed after the disk...
what is the state regarding this issue? does anyone know if OS or latest lima update might have fixed this? don't have time currently to test this.
@boxblinkracer Dev dependencies can be required by webpack to correctly do the dependency build. E.g. usually in dependencies one puts things that are deployed in the end but things like...