]> git.ipfire.org Git - thirdparty/systemd.git/commit
vmspawn: catch unsupported growing of qcow2 images (#41654)
authorChristian Brauner <christian@amutable.com>
Tue, 21 Apr 2026 18:32:05 +0000 (20:32 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2026 18:32:05 +0000 (20:32 +0200)
commit8fbf3265f0fa59cd69b04a5b7062281ce8b58932
tree66d2edbdfac753aed4e63a350f21c9ab57a896bd
parent4d92c72b819bd6d54dfbbb12e4cd25de5053714c
parent50d4e25f37fa8860ff3a0457f36362d6953fbfd2
vmspawn: catch unsupported growing of qcow2 images (#41654)

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