From 2c7f60267ce5ad29cbc0473c9d26b0682621c3bf Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Tue, 20 Aug 2024 09:00:42 +0300 Subject: [PATCH] Add 0.KVM --- 0.KVM | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 0.KVM diff --git a/0.KVM b/0.KVM new file mode 100644 index 0000000..7834dd9 --- /dev/null +++ b/0.KVM @@ -0,0 +1,7 @@ + + +Convert the existing disk in a new dynamic size disk + +```bash +qemu-img convert -f qcow2 -O qcow2 -o preallocation=off old.qcow2 new.qcow2 +```