During development things worked great. Turned on Window Updates, which expanded the image by about 2GB and now the vsphere post-process is throwing this error:==> vmware-iso: Running post-processor: vspherevmware-iso (vsphere): Uploading output-vmware-iso/WindowsServer2016.vmx to vSphereBuild 'vmware-iso' errored: 1 error(s) occurred:* Post-processor failed: Failed: exit status 1Opening VMX source: output-vmware-iso/WindowsServer2016.vmx
Opening VI target: vi://LabAdmin%40vsphere.local@vconsole-6.win.lab.com:443/WinLab/host/Lab%206.5
Error:- Insufficient disk space on datastore 'esx-3-local'.Completed with errorsHost > Datastores shows esx-3-local; capacity 271.75 GB, free 270.8 GB, there's plenty of room.Keeping artifacts the output of the build isoutput-vmware-iso$ du -sh .15G .So even uncompressed the image should fit on esx-3-localThe packer build hostFilesystem Size Used Avail Capacity/dev/disk0s2 465Gi 120Gi 344Gi 26%Any ideas on how to troubleshoot this problem?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/d660a085-6061-49f0-a6ee-4ad207ad5646%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
whats the size of the guest disk ?i am not sure if the upload will create thin or fat disk
-t [0|1|2|3|4|5] Specifies the virtual disk type. This option is required when you create or convert
a virtual disk. Choose one of the following types:
0 – create a growable virtual disk contained in a single file (monolithic sparse).
1 – create a growable virtual disk split into 2GB files (split sparse).
2 – create a preallocated virtual disk contained in a single file (monolithic flat).
3 – create a preallocated virtual disk split into 2GB files (split flat).
4 – create a preallocated virtual disk compatible with ESX server (VMFS flat).
5 – create a compressed disk optimized for streamingI did a bit of digging and The Disk_type_Id value uses the numbers Only if you are using Desktop VmWare Clients, I used ESXi and the values are different; In the link below you can find the different Options