Skip to content

Commit 7d7858c

Browse files
authored
Merge pull request #184 from veertuinc/NorseGaud-patch-1
Add warning for disk size changes in VM clone
2 parents 81ceec0 + 4053f08 commit 7d7858c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/builders/vm-clone.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ There are many configuration options available for the builder. They are segment
4141
* `disk_size` (String) The size in "[0-9]+G" format, defaults to `25G`.
4242

4343
> We will automatically resize the internal disk for you by executing `diskutil apfs resizeContainer disk0s2 0` inside of the VM.
44+
> IMPORTANT: Changing the clone's disk size will break the layer sharing with the root and double disk space usage. Change the disk size of the source template, then clone from it instead.
4445
4546
* `stop_vm` (Boolean) Whether or not to stop the vm after it has been created, defaults to false.
4647

0 commit comments

Comments
 (0)