I am trying to deploy a new VCL instance. I'm at the point where I have captured a windows 8.1 image (64-bit, 64-bit cygwin; I altered Windows.pm to correct the location of Sysnative as system32). The problem I'm experiencing is that on redeploy at the end of the capture it errored out with not being able to determine additional bytes required for the vmx and vmdk directories on VM host. I can recreate the issue without capturing by just requesting an image reload through Manage Computers > Computer Utilities.
The relevant section of the vcld.log is below. I added a couple of debug lines to check if it was specific to the vmx versus vmdk test and it's not -- they are both returning as not defined. I'm having issues debugging this, including not seeing how to turn the debug level up. I'm also running into an issue that it's assigning both NICs the public address, but I haven't yet tried to trace that one. If anyone can point me in the right direction on the real problem, the debug switch, or the NICs I'd be very appreciative. Thanks! jeff ---------- // vcld.log snippet //------------ 2014-08-06 13:50:40|17275|15:15|reload|utils.pm:run_ssh_command(5020)|run_ssh_command output: |17275|15:15|reload| File: /vmfs/volumes/nfs-datastore/vmwarewin7-win8_17-v0/vmwarewin7-win8_17-v0.vmdk |17275|15:15|reload| Size: 531 Blocks: 8 IO Block: 131072 regular file |17275|15:15|reload| Device: b8af75691ac4ade4h/13307984518184218084d Inode: 507363331 Links: 1 |17275|15:15|reload| Access: (0600/-rw-------) Uid: ( 0/ root) Gid: ( 0/ root) |17275|15:15|reload| Access: 2014-08-06 14:03:54.000000000 |17275|15:15|reload| Modify: 2014-08-06 13:48:32.000000000 |17275|15:15|reload| Change: 2014-08-06 13:48:32.000000000 2014-08-06 13:50:40|17275|15:15|reload|utils.pm:run_ssh_command(5034)|SSH command executed on node4-vcl, returning (0, "File: /vmfs/volumes/nfs-datast...") 2014-08-06 13:50:40|17275|15:15|reload|Linux.pm:file_exists(1449)|'/vmfs/volumes/nfs-datastore/vmwarewin7-win8_17-v0/vmwarewin7-win8_17-v0.vmdk' exists on node4-vcl, files: 1, directories: 0, links: 0 |17275|15:15|reload| ---- WARNING ---- |17275|15:15|reload| 2014-08-06 13:50:40|17275|15:15|reload|VMware.pm:check_vmhost_disk_space(2393)|failed to determine additional bytes required for the vmx and vmdk directories on VM host node4-vcl |17275|15:15|reload| ( 0) VMware.pm, check_vmhost_disk_space (line: 2393) |17275|15:15|reload| (-1) VMware.pm, load (line: 475) |17275|15:15|reload| (-2) new.pm, reload_image (line: 671) |17275|15:15|reload| (-3) new.pm, process (line: 291) |17275|15:15|reload| (-4) vcld, make_new_child (line: 571) |17275|15:15|reload| (-5) vcld, main (line: 350)
