Doug MacEachern

Results 61 comments of Doug MacEachern

Yes, same as issue #3424 , fixed by PR #3465

Can you provide more detail / steps to reproduce?

The command hasn't been changed in 4+ years, I'm not able to reproduce. Are you able to add it from GUI? Can you add the `-trace` flag and check the...

I haven't touched Windows in ages.. if I had a machine I'd try quoting the args, esp. those with '/' in it: ``` govc object.collect "-type" m "/DE-WBE/host/vicluster_Lab" ... ```...

@Smithx10 added in PR linked above

Thanks for the detailed report @mjb2k , fix in PR above

The `/vcenter/vm` API isn't supported in the govmomi client or simulator. Which client are you using?

Hi folks, I'm not able to reproduce this using: ```console % govc about | grep FullName FullName: VMware vCenter Server 8.0.2 build-23319993 ``` And with the example here: https://github.com/vmware/govmomi/tree/main/examples/events Created...

I haven't yet. Not sure this will make a difference, but next couple of things I'd look at if you want to try in the patch below. ```diff diff --git...

Haven't used this before, can you describe some use-cases? Any pointers to docs/examples/ui screen-shots/etc would also be most helpful.