Doug MacEachern

Results 50 comments of Doug MacEachern
trafficstars

[ShrinkVirtualDisk_Task](https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.VirtualDiskManager.html#shrinkVirtualDisk) doc says: > Shrink a sparse virtual disk. Which [disk type](https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.VirtualDiskManager.VirtualDiskType.html) are you trying to shrink?

@embano1 any pointers? Other projects such as Kubernetes have a label (e.g. lifecycle/frozen) that can be added for this. Regarding the issue itself.. To shrink the size of the vmdk,...

Thanks @connorgorman , looks good to me. I'd prefer to avoid using git submodules however, do you mind removing that part? Would rather vendor using a tool such as gvt,...

We should have also seen an automated CLA request from @vmwclabot

@DanCripe thanks this looks good. @vmwclabot are we still setup for this repo?

I'm no longer active on this project or collectd, but I could arrange for push access to this repo if you're interested. I should also be able help transfer to...

Hi Adam, Thanks for the report. This should fix (untested), can you give this branch a try and I'll merge to master if its all good: http://github.com/hyperic/jcollectd/tree/ISSUE-1

Are you able to find the network with govc using: ```console % govc find / -type g -config.segmentId /infra/segments/seg_6e9bdde0-f9bf-4ee6-ac36-493627b6db32_0 /folder-WCP_DC/WCP_DC/network/seg-domain-c9:a97676f3-cf6d-42d7-875b-ae0bd0016e32-test-gc-e2e-demo-ns-0 ``` If so and you add the `-i` flag, it...

My understanding based on [the KB](https://kb.vmware.com/s/article/79872#Duplicate_names) was that `segmentId` is unique, this is the first I've seen where it isn't. I wonder what is unique (other than moid), can take...

> I may be incorrect, but it might be because `addNetwork` is using `findNetwork` - which in turn calls `FindNetworks` that uses `NetworkList` Yes, looks like that is the issue....