Doug MacEachern

Results 48 comments of Doug MacEachern
trafficstars

That would be nice, similar to govc library.import `-pull`. Hadn't seen this before, but looks like we'd need to use the [pullFromUrls](https://developer.broadcom.com/xapis/vsphere-web-services-api/latest/vim.HttpNfcLease.html#pullFromUrls) method

ESX host access is required for guest file transfer. The guest.run command redirects std{in,out,err} to files using the [guest.FileManager](https://dp-downloads.broadcom.com/api-content/apis/API_VWSA_001/8.0U3/html/ReferenceGuides/vim.vm.guest.FileManager.html#initiateFileTransferFromGuest) APIs. You can use [guest.start](https://github.com/vmware/govmomi/blob/main/govc/USAGE.md#gueststart) to run a program without access...

Not aware of any related issues. Can you add the `-trace` flag, run with a govc version that works and with 0.38, then attach the 2 logs? We can take...

That's only a tiny snippet. Did you create 2 log files as requested, one with each govc version? You can then attach the files (paper clip icon), rather than paste....

Haven't heard from @abhinandanbaheti in a couple weeks, I did not get trace logs or ova to reproduce with. Thanks @rgl , any chance you could prune those steps to...

I see the problem, it's caused by `govc import.spec`, rather than `govc import.ova` itself. PR #3427 switched to using generated lists of enum values, including the default value used for...

Pointers to related existing code for context: govc host.maintenance commands: https://github.com/vmware/govmomi/tree/main/govc/host/maintenance govc vsan commands: https://github.com/vmware/govmomi/blob/main/govc/vsan

> the GoVcSim instance is not returning the required metrics for Hosts, VMs and Datastore What response are you seeing exactly? Empty? Fault/Exception? I sent the raw request from your...