Brian Rak
Brian Rak
- [x] I am using the [latest SDK version](https://github.com/vmware/vsphere-automation-sdk-python/releases) - [x] This API is compatible with my vCenter version (You can get the info from '__vcenter_version__' in each sample) -...
Resource's acquireFor was throwing exceptions like FileNotFound when the resource was opened, even though the contract states that errors would be caught and returned in the resulting either. This change...
## Description As described in #2906, `OptionsManager` is racy as calls to its internal data structures are unsynchronized. When multiple threads are making calls to `OptionsManager`, they can race against...
As part of d6124637d77e60f9c8d53fb353eb4af071e75a72 we created linked-scoped routes that send traffic out the adjacent L2 network. This required a new routing rule to be added into route-tables.cfg here: https://github.com/haproxytech/vmware-haproxy/commit/d6124637d77e60f9c8d53fb353eb4af071e75a72#diff-321d57ac6a7554b516a6365a1d4b53a72f2ffa8b3ba114aa3f6298b7ce2486fdR336 When...
If anyip-routes and route-tables crash for any reason, they currently stay dead because we do not have the unit files currently configured with any restart policy. We should configure these...