Skip to content

Commit

Permalink
Skip the compaction qemu-img convert on APFS
Browse files Browse the repository at this point in the history
, because of #22.

It must be converted on another disk afterward.
  • Loading branch information
ailispaw committed Dec 30, 2018
1 parent 42ff36e commit ee2ab57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qemu/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"qemuargs": [
["-m", "1024"]
],
"disk_compression": true
"disk_compression": true,
"skip_compaction": true
}],

"provisioners": [{
Expand Down

0 comments on commit ee2ab57

Please sign in to comment.