Why is there a minimal disk size? #1907
dragetd
started this conversation in
Development chat
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
quickemu/quickemu
Line 2599 in 52da5f9
This is suspiciously just above the size of a fresh overlay disk. I used a base disk and on purpose prepared the VM disk in the config by pointing at an overlay file. Without any writes, the file is so small, that I get:
Also, I have display="none" in my config. The check does not happen if I remove this line, so somehow this check only happens when I do not set a display. That seems like a bug, or?
All reactions