From ee2ab576e7ac4c934578dd0b0cce9c45562be91e Mon Sep 17 00:00:00 2001 From: "A.I" Date: Sun, 30 Dec 2018 13:19:53 -0800 Subject: [PATCH] Skip the compaction `qemu-img convert` on APFS , because of #22. It must be converted on another disk afterward. --- qemu/template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu/template.json b/qemu/template.json index d9451db..bd220f1 100644 --- a/qemu/template.json +++ b/qemu/template.json @@ -17,7 +17,8 @@ "qemuargs": [ ["-m", "1024"] ], - "disk_compression": true + "disk_compression": true, + "skip_compaction": true }], "provisioners": [{