From 3388fc1d59bd8a0d86d85ea3bd28685df7151c50 Mon Sep 17 00:00:00 2001 From: surbhicis Date: Wed, 1 Dec 2021 15:39:49 +0530 Subject: [PATCH] increase disk space size --- qemu.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.hook b/qemu.hook index 8270f5d..4499676 100755 --- a/qemu.hook +++ b/qemu.hook @@ -70,7 +70,7 @@ def prepare_files(domain, env_): # resize cmd = ['/usr/bin/qemu-img', - 'resize', disk, "+10G" + 'resize', disk, "+20G" ] subprocess.call(cmd) -- 2.45.1