]> git.ipfire.org Git - thirdparty/systemd.git/commit
vmspawn: catch unsupported growing of qcow2 images 41654/head
authorKai Lüke <kai@amutable.com>
Thu, 16 Apr 2026 06:10:02 +0000 (15:10 +0900)
committerKai Lüke <kai@amutable.com>
Fri, 17 Apr 2026 11:07:15 +0000 (20:07 +0900)
commit50d4e25f37fa8860ff3a0457f36362d6953fbfd2
tree3f5341b501bbe6377a2decd2531dadd69b42ecf0
parent48326af23a1c9d95f9aa2fd66fcecbc7f90ccff5
vmspawn: catch unsupported growing of qcow2 images

For qcow2 images it's not enough to grow the file. Since we probably
don't want to shell out to qemu-img either let's just error out to make
the user aware that growing needs to be done manually.
src/vmspawn/vmspawn.c